CM
Size: a a a
CM
k
server {
listen 8181;
server_name _;
default_type text/html;
root /www;
index index.html;
location / {
try_files $uri /index.html;
}
}
site.com/foo/bar/baz/
он редиректит на site.com/index.html
site.com/foo/bar/baz/
редиректились на site.com/foo/bar/baz/index.html
?k
AA
V
V
CM
V
DS
V
V
AN
DS
AN
VZ
DS
AN