Jamie Curnow 7 年之前
父节点
当前提交
aea34bea75
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      rootfs/etc/nginx/conf.d/default.conf

+ 3 - 0
rootfs/etc/nginx/conf.d/default.conf

@@ -8,6 +8,9 @@ server {
 
   include conf.d/include/block-exploits.conf;
 
+  set $server 127.0.0.1;
+  set $port   81;
+
   location /health {
     access_log  off;
     include conf.d/include/proxy.conf;