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

@ -5,13 +5,13 @@ location __PATH__/ {
alias __INSTALL_DIR__/;
index index.php;
client_max_body_size 100M;
# 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)(/.*)$;