ansible-config/roles/nginx-ffhh/files/snippets/no-unsafe-files.conf
2022-04-14 13:43:05 +02:00

9 lines
153 B
Plaintext

disable_symlinks if_not_owner from=$document_root;
# Do not serve dotfiles.
location ~ /\. {
deny all;
access_log off;
log_not_found off;
}