hi,
this will catch /
location / {
index index.html index.htm;
}
I'd like to catch all, like /asdf, /asdfasdf/asdfasdf, in short, any url will always map into '/', how to do this? thanks,
this will catch /
location / {
index index.html index.htm;
}
I'd like to catch all, like /asdf, /asdfasdf/asdfasdf, in short, any url will always map into '/', how to do this? thanks,