nginx und ffnord.net-Webseite

This commit is contained in:
baldo 2015-08-29 23:44:14 +02:00
commit 30e39eca31
11 changed files with 184 additions and 0 deletions

View file

@ -0,0 +1,7 @@
# Do not serve dotfiles.
location ~ /\. {
deny all;
access_log off;
log_not_found off;
}

View file

@ -0,0 +1,7 @@
# Deaktiviert Logging
access_log off; # Bitte nicht aktivieren. Wir wollen ja nicht die IPs unserer Visitors loggen.
# Bitte nur zum Debuggen von schweren Fehlern das Log-File temporär setzen und dann anschließend die Logs löschen.
# So stellen wir sicher, dass keine IPs geloggt werden.
error_log /dev/null crit;

View file

@ -0,0 +1 @@
disable_symlinks on from=$document_root;