1
0
Fork 0
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:
ericgaspar 2022-05-17 17:01:17 +02:00
parent 473046da30
commit bccd1df7db
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -5,6 +5,8 @@ location / {
index index.php;
client_max_body_size 500M;
try_files $uri $uri/ index.php;
location ~ [^/]\.php(/|$) {