1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautic_ynh.git synced 2024-09-03 19:36:26 +02:00

Fix nginx config

This commit is contained in:
Salamandar 2024-03-13 00:30:02 +01:00
parent 6861e926e4
commit 383b96789d

View file

@ -11,7 +11,7 @@ location __PATH__/ {
# redirect some entire folders
rewrite ^__PATH__/(vendor|translations|build)/.* /index.php break;
try_files $uri __PATH__/index.php$is_args$args;
try_files $uri __PATH__/index.php;
location ~ [^/]\.php(/|$) {
fastcgi_split_path_info ^(.+?\.php)(/.*)$;