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:
parent
03cb9dfb64
commit
0b0daadde7
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
location __PATHTOCHANGE__ {
|
||||
alias __FINALPATH__;
|
||||
alias __FINALPATH__/;
|
||||
index index.php;
|
||||
|
||||
if (!-e $request_filename)
|
||||
|
|
|
@ -114,6 +114,7 @@ sudo php index_cli.php \
|
|||
--password=$pass \
|
||||
--email=$email \
|
||||
--domain=$domain \
|
||||
--base_uri=$path \
|
||||
--prefix=_ps_
|
||||
popd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue