We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1938f9 commit aea34beCopy full SHA for aea34be
rootfs/etc/nginx/conf.d/default.conf
@@ -8,6 +8,9 @@ server {
8
9
include conf.d/include/block-exploits.conf;
10
11
+ set $server 127.0.0.1;
12
+ set $port 81;
13
+
14
location /health {
15
access_log off;
16
include conf.d/include/proxy.conf;
0 commit comments