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:
parent
e9924d483e
commit
7d84c40866
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ location __PATH__/ {
|
|||
}
|
||||
|
||||
client_max_body_size 30m;
|
||||
|
||||
try_files $uri $uri/ index.php;
|
||||
|
||||
location ~ [^/]\.php(/|$) {
|
||||
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
|
||||
|
|
Loading…
Reference in a new issue