1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/emoncms_ynh.git synced 2024-09-03 18:36:03 +02:00
This commit is contained in:
Éric Gaspar 2023-12-14 16:50:07 +01:00
parent eb51ab1218
commit 011f47076a
2 changed files with 3 additions and 1 deletions

View file

@ -9,6 +9,8 @@ location __PATH__/ {
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
client_max_body_size 50M;
rewrite ^/(.*)$ /index.php?q=$1 last;
try_files $uri $uri/ index.php;
location ~ [^/]\.php(/|$) {

View file