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
|
@ -17,6 +17,8 @@ location __PATH__/ {
|
|||
|
||||
client_max_body_size 30m;
|
||||
|
||||
try_files $uri $uri/ index.php;
|
||||
|
||||
location ~ [^/]\.php(/|$) {
|
||||
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
|
||||
fastcgi_pass unix:/var/run/php__PHPVERSION__-fpm-__NAME__.sock;
|
||||
|
|
Loading…
Add table
Reference in a new issue