nginx/include/start_common.conf
kpcyrd d144bc082c Konfiguration gefixt und massiv aufgeräumt
SSL Redirects funktionieren jetzt
2015-01-31 06:47:41 +00:00

14 lines
240 B
Plaintext

# Basis-Konfiguration für start.
root /var/www/start-ffhh/_site;
location ~ /\. {
deny all;
access_log off;
log_not_found off;
}
location /feeds/hamburg.freifunk.net.rss {
proxy_pass https://hamburg.freifunk.net/feed;
}