mirror of
https://github.com/YunoHost-Apps/garradin_ynh.git
synced 2024-09-03 18:36:17 +02:00
try change nginx.conf
This commit is contained in:
parent
9a9f7cf843
commit
920cc1205a
1 changed files with 4 additions and 4 deletions
|
@ -7,10 +7,10 @@ location __PATH__ {
|
|||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
}
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ index.php /_route.php;
|
||||
index index.php /_route.php;
|
||||
}
|
||||
|
||||
try_files $uri $uri/ index.php /_route.php;
|
||||
index index.php /_route.php;
|
||||
|
||||
|
||||
location ~ \.php {
|
||||
try_files $uri $uri/ /_route.php;
|
||||
|
|
Loading…
Add table
Reference in a new issue