Add hamburg.freifunk.net rss reverse proxy
This commit is contained in:
parent
ce19bd654c
commit
83c3421d5d
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue