From 8f2f713f43c000109ff3d0fd521f9f5b55851f27 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Sat, 10 Apr 2021 00:22:36 +0200 Subject: [PATCH] Variable rename --- Proxy-examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Proxy-examples.md b/Proxy-examples.md index bfc3e25..273b5f1 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -69,11 +69,11 @@ If you prefer, you can also directly specify a value instead of substituting an encode gzip # Optionally only allow access to the admin interface from local networks - @secureadmin { + @insecureadmin { not remote_ip 192.168.0.0/16 172.16.0.0/12 10.0.0.0/8 path /admin* } - redir @secureadmin / + redir @insecureadmin / # Notifications redirected to the websockets server reverse_proxy /notifications/hub :3012