Add start.ffhh
This commit is contained in:
parent
261c1b2fa0
commit
fca6b162e0
20
sites-available/start_ffhh
Normal file
20
sites-available/start_ffhh
Normal 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
1
sites-enabled/start_ffhh
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../sites-available/start_ffhh
|
Loading…
Reference in a new issue