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

Update conf/nginx.conf: attempt to fix the 404 issue on CI

This commit is contained in:
Alexandre Aubin 2023-12-02 23:53:19 +01:00 committed by GitHub
parent e8e425a816
commit e31cec992b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 /index.php$is_args$args;
location ~ [^/]\.php(/|$) {
fastcgi_split_path_info ^(.+?\.php)(/.*)$;