1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00

try debug uris nginx conf

This commit is contained in:
Robles Rodolphe 2020-07-23 13:37:09 +02:00
parent dae3e132a1
commit 3e7c77733c

View file

@ -1,4 +1,4 @@
location __PATH__ { location __PATH__/ {
# Path to source # Path to source
alias __FINALPATH__/www/ ; alias __FINALPATH__/www/ ;
@ -8,7 +8,7 @@ if ($scheme = http) {
} }
# Example PHP configuration (remove if not used) # Example PHP configuration (remove if not used)
location __PATH__ { location __PATH__/ {
index index.php /_route.php; index index.php /_route.php;
try_files $uri $uri/ index.php /_route.php; try_files $uri $uri/ index.php /_route.php;
} }