diff --git a/sites-available/start_ffhh b/sites-available/start_ffhh index 138ebb8..0e83f64 100644 --- a/sites-available/start_ffhh +++ b/sites-available/start_ffhh @@ -16,5 +16,9 @@ server { access_log off; log_not_found off; } + + location /feeds/hamburg.freifunk.net.rss { + proxy_pass http://hamburg.freifunk.net/feed; + } }