I believe my current rexexp match isn’t proper because it’s missing an anchor from the pattern:
location ~ /\. {
deny all;
}
What would be more appropriate? Would this work?
location ~ /\..*$
--
Palvelin.fi Hostmaster
[email protected]
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx
