1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/xbackbone_ynh.git synced 2024-09-03 19:15:53 +02:00

Update nginx.conf

This commit is contained in:
Éric Gaspar 2024-02-12 09:27:46 +01:00
parent c78c20861b
commit c6017f4e39

View file

@ -8,7 +8,7 @@ location __PATH__/ {
client_max_body_size 1G; client_max_body_size 1G;
try_files $uri $uri/ __PATH__/index.php try_files $uri $uri/ __PATH__/index.php;
location ~ [^/]\.php(/|$) { location ~ [^/]\.php(/|$) {
fastcgi_split_path_info ^(.+?\.php)(/.*)$; fastcgi_split_path_info ^(.+?\.php)(/.*)$;