nginx small fix

previous configuration was resulting in double slash, like
GET //index.php; thanks, logging!
This commit is contained in:
boyska 2018-08-17 17:48:42 +02:00 committed by Blallo
parent 906be5506f
commit 5b021cbf84

View file

@ -16,7 +16,7 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
location /rss-bridge {
location /rss-bridge/ {
resolver 127.0.0.11 ipv6=off;
proxy_pass http://rss-bridge/;
proxy_read_timeout 60s;