Nginx conf update

This commit is contained in:
Thomas Willingham 2014-01-21 05:51:54 +00:00
parent 583be04583
commit 8c4f7216ed

View File

@ -124,4 +124,12 @@ server {
location ~ /\. { location ~ /\. {
deny all; deny all;
} }
#deny access to store
location ~ /store {
deny all;
}
} }