From 83c3421d5d27edb836d2fc96837b5ca53b47a475 Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Wed, 10 Sep 2014 17:04:04 +0200 Subject: [PATCH] Add hamburg.freifunk.net rss reverse proxy --- sites-available/start_ffhh | 4 ++++ 1 file changed, 4 insertions(+) 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; + } }