Add start.ffhh

This commit is contained in:
kpcyrd 2014-09-02 19:35:04 +02:00
parent 261c1b2fa0
commit fca6b162e0
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,20 @@
server {
listen 80;
listen [::]:80;
server_name start.hamburg.freifunk.net start.ffhh;
access_log off; # Bitte nicht aktivieren. Wir wollen ja nicht die IPs unserer Visitor 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;
root /var/www/start-ffhh/build;
location ~ /\. {
deny all;
access_log off;
log_not_found off;
}
}

1
sites-enabled/start_ffhh Symbolic link
View file

@ -0,0 +1 @@
../sites-available/start_ffhh