1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grocy_ynh.git synced 2024-09-03 19:25:54 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2022-04-04 18:03:37 +02:00
parent 066872dd5c
commit 39c529f65a
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

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