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