You've already forked nginxsnippets
initial commit
This commit is contained in:
4
block-htaccess.conf
Normal file
4
block-htaccess.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
location ~ /\.ht {
|
||||
deny all;
|
||||
return 404;
|
||||
}
|
Reference in New Issue
Block a user