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:
parent
6861e926e4
commit
383b96789d
1 changed files with 3 additions and 3 deletions
|
@ -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)(/.*)$;
|
||||
|
|
Loading…
Add table
Reference in a new issue