Nginx conf update
This commit is contained in:
parent
583be04583
commit
8c4f7216ed
@ -124,4 +124,12 @@ server {
|
||||
location ~ /\. {
|
||||
deny all;
|
||||
}
|
||||
|
||||
#deny access to store
|
||||
|
||||
location ~ /store {
|
||||
deny all;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user