1
0
Fork 0
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:
ericgaspar 2021-08-12 14:02:39 +02:00
parent 459d63b487
commit 1ab8882307

View file

@ -10,7 +10,7 @@ location / {
index index.php; index index.php;
try_files $uri $uri/ __PATH__/index.php?$query_string; try_files $uri $uri/ __PATH__/__PATH__/index.php?$query_string;
location ~ \.php$ { location ~ \.php$ {
if (!-e $request_filename) { if (!-e $request_filename) {