NR
Size: a a a
NR
NR
Y
NR
Y
NR
proxy_set_header Host $http_host
Y
NR
MR
AN
Q
AN
В
ВМ
location ~ ^/(?!(/api|/assets))(.*)$ {по сути нужно редиректить все кроме (/|api|assets)
rewrite ^/(.*) https://domain.io$1 permanent;
}
ВМ
p
location / {
try_files $uri $uri/ /index.php$is_args$args;
}
location ~ ^/(?!(/api|/assets))(.*)$ {
rewrite ^/(.*) https://domain.io$1 permanent;
}
ВМ
location / {
try_files $uri $uri/ /index.php$is_args$args;
}
location ~ ^/(?!(/api|/assets))(.*)$ {
rewrite ^/(.*) https://domain.io$1 permanent;
}