1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/limesurvey_ynh.git synced 2024-09-03 19:36:32 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2021-07-12 13:11:16 +02:00
parent e9924d483e
commit 7d84c40866

View file

@ -16,6 +16,8 @@ location __PATH__/ {
}
client_max_body_size 30m;
try_files $uri $uri/ index.php;
location ~ [^/]\.php(/|$) {
fastcgi_split_path_info ^(.+?\.php)(/.*)$;