1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prestashop_ynh.git synced 2024-09-03 20:06:39 +02:00

Ajout de base-uri avec / de fin sur alias nginx

This commit is contained in:
magikcypress 2017-03-24 15:50:09 +01:00
parent 03cb9dfb64
commit 0b0daadde7
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,5 @@
location __PATHTOCHANGE__ {
alias __FINALPATH__;
alias __FINALPATH__/;
index index.php;
if (!-e $request_filename)

View file

@ -114,6 +114,7 @@ sudo php index_cli.php \
--password=$pass \
--email=$email \
--domain=$domain \
--base_uri=$path \
--prefix=_ps_
popd