Skip to content

Commit 6b40271

Browse files
committed
Add forums entry
1 parent de3ba95 commit 6b40271

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nginx.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ http {
113113

114114
location /forums {
115115
resolver 127.0.0.11 valid=30s ipv6=off;
116-
set $link host.docker.internal;
117-
proxy_pass http://$link:8888$request_uri;
116+
set $link api_forums;
117+
proxy_pass http://$link:8080$request_uri;
118118
}
119119

120120
location /resources {

0 commit comments

Comments
 (0)