- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
location ~ ^/(pituh|kurochka) {
alias "static/pituh.gif";
default_type image/gif;
}
curl "http://localhost/pituh" - OK
curl "http://localhost/pituh123" - OK
curl "http://localhost/pituh/1/2/3" - OK
curl "http://localhost/pituh/1/2/3/" - INTERNAL SERVER ERROR: static/pituh.gifindex.html" is not a directory