mirror of
https://github.com/YunoHost-Apps/elabftw_ynh.git
synced 2024-09-03 18:26:23 +02:00
Update nginx.conf
This commit is contained in:
parent
459d63b487
commit
1ab8882307
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ location / {
|
|||
|
||||
index index.php;
|
||||
|
||||
try_files $uri $uri/ __PATH__/index.php?$query_string;
|
||||
try_files $uri $uri/ __PATH__/__PATH__/index.php?$query_string;
|
||||
|
||||
location ~ \.php$ {
|
||||
if (!-e $request_filename) {
|
||||
|
|
Loading…
Reference in a new issue