1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galette_ynh.git synced 2024-09-03 18:36:28 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2021-07-22 20:23:27 +02:00
parent 61411e5d64
commit 9c740189e4
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -14,7 +14,6 @@ location __PATH__/ {
#client_max_body_size 50M;
#try_files $uri $uri/ @__APP__;
try_files $uri $uri/ /index.php?$query_string;
location ~ [^/]\.php(/|$) {
fastcgi_split_path_info ^(.+?\.php)(/.*)$;