1
0
Fork 0
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:
Robles Rodolphe 2020-04-08 14:09:31 +02:00
parent 9a9f7cf843
commit 920cc1205a

View file

@ -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;
}
location ~ \.php {
try_files $uri $uri/ /_route.php;