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 2023-08-19 16:35:20 +02:00
parent d6d320bebc
commit 3a95e4266d

View file

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