Skip to content

Commit aea34be

Browse files
committed
Fix
1 parent c1938f9 commit aea34be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rootfs/etc/nginx/conf.d/default.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ server {
88

99
include conf.d/include/block-exploits.conf;
1010

11+
set $server 127.0.0.1;
12+
set $port 81;
13+
1114
location /health {
1215
access_log off;
1316
include conf.d/include/proxy.conf;

0 commit comments

Comments
 (0)