From 737779ae6d55325dcb14ab502108f09ffd1569f5 Mon Sep 17 00:00:00 2001 From: magikcypress Date: Sat, 4 Mar 2017 02:08:37 +0100 Subject: [PATCH] On test l'install sans utilisateur --- conf/nginx.conf | 8 ++++---- scripts/install | 7 ++++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 9d9181b..2564dea 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -7,10 +7,10 @@ location __PATHTOCHANGE__ { alias __FINALPATH__/; index index.php; - if (!-e $request_filename) - { - rewrite ^(.+)$ __PATHTOCHANGE__/index.php?q=$1 last; - } + # if (!-e $request_filename) + # { + # rewrite ^(.+)$ __PATHTOCHANGE__/index.php?q=$1 last; + # } if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; } diff --git a/scripts/install b/scripts/install index 8a7a3aa..88ea5d8 100644 --- a/scripts/install +++ b/scripts/install @@ -113,10 +113,11 @@ sudo php index_cli.php install \ --db_name=$db_name \ --db_driver=amysqli \ --db_port=3306 \ - --lastname=$admin_prestashop \ - --password=$pass \ - --email=$email \ + # --lastname=$admin_prestashop \ + # --password=$pass \ + # --email=$email \ --domain=$domain$path \ + # --base_uri=$path \ --prefix=_ps_ popd