fix: host not found in upstream "blocker"

This commit is contained in:
Karol Wypchlo 2022-03-17 11:30:52 +01:00
parent e2110fdafc
commit ca61d359be
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
1 changed files with 3 additions and 1 deletions

View File

@ -47,7 +47,9 @@ location /skynet/portal/blocklist {
proxy_cache skynet; proxy_cache skynet;
proxy_cache_valid 200 204 15m; # cache portal blocklist for 15 minutes proxy_cache_valid 200 204 15m; # cache portal blocklist for 15 minutes
proxy_pass http://blocker:4000/blocklist;
# 10.10.10.110 points to blocker service
proxy_pass http://10.10.10.110:4000/blocklist;
} }
location /skynet/portals { location /skynet/portals {