mirror of
https://github.com/YunoHost-Apps/mautic_ynh.git
synced 2024-09-03 19:36:26 +02:00
Revert "Update conf/nginx.conf: attempt to fix the 404 issue on CI"
This reverts commit e31cec992b
.
This commit is contained in:
parent
526c1a02ea
commit
41395c9e4a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ location __PATH__/ {
|
|||
# redirect some entire folders
|
||||
rewrite ^__PATH__/(vendor|translations|build)/.* /index.php break;
|
||||
|
||||
try_files $uri /index.php$is_args$args;
|
||||
try_files $uri __PATH__/index.php$is_args$args;
|
||||
|
||||
location ~ [^/]\.php(/|$) {
|
||||
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
|
||||
|
|
Loading…
Reference in a new issue