mirror of
https://github.com/YunoHost-Apps/emailpoubelle_ynh.git
synced 2024-09-03 18:26:29 +02:00
Correct wrong nginx alias in conf.php
This commit is contained in:
parent
5b8be96814
commit
c15196048e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ location YNH_EXAMPLE_PATH {
|
||||||
# Path to source
|
# Path to source
|
||||||
alias YNH_EXAMPLE_ALIAS ;
|
alias YNH_EXAMPLE_ALIAS ;
|
||||||
# Example PHP configuration
|
# Example PHP configuration
|
||||||
index index.php;
|
index www/index.php;
|
||||||
try_files $uri $uri/ index.php;
|
try_files $uri $uri/ index.php;
|
||||||
location ~ [^/]\.php(/|$) {
|
location ~ [^/]\.php(/|$) {
|
||||||
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
|
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
|
||||||
|
|
Loading…
Reference in a new issue