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:
parent
dae3e132a1
commit
3e7c77733c
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue