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
fe1eb39e3b
commit
f442f53b8c
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue