Jan Dittberner
3fd146215f
This commit renames the roots directory to states because it contains salt states.
19 lines
378 B
Text
19 lines
378 B
Text
# Security - Basic configuration
|
|
location = /favicon.ico {
|
|
log_not_found off;
|
|
access_log off;
|
|
expires max;
|
|
}
|
|
|
|
location = /robots.txt {
|
|
allow all;
|
|
log_not_found off;
|
|
access_log off;
|
|
}
|
|
|
|
# Deny access to hidden files
|
|
location ~ /\. {
|
|
deny all;
|
|
access_log off;
|
|
log_not_found off;
|
|
}
|