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 15:29:38 +02:00
parent fe1eb39e3b
commit f442f53b8c

View file

@ -7,9 +7,7 @@ if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent; rewrite ^ https://$server_name$request_uri? permanent;
} }
try_files $uri $uri/ index.php index index.php;
index index.php
location ~ \.php { location ~ \.php {
try_files $uri $uri/ index.php; try_files $uri $uri/ index.php;