mirror of
https://github.com/YunoHost-Apps/elabftw_ynh.git
synced 2024-09-03 18:26:23 +02:00
Update nginx.conf
This commit is contained in:
parent
473046da30
commit
bccd1df7db
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ location / {
|
|||
|
||||
index index.php;
|
||||
|
||||
client_max_body_size 500M;
|
||||
|
||||
try_files $uri $uri/ index.php;
|
||||
|
||||
location ~ [^/]\.php(/|$) {
|
||||
|
|
Loading…
Reference in a new issue