From 116995274c49da63a9e18ec6a85423071e175280 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 19 Jul 2022 12:26:53 +0200 Subject: Adding apache2 reverse-proxy configuration. Signed-off-by: Daniel Baumann --- debian/examples/apache2-authbasic-ip.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 debian/examples/apache2-authbasic-ip.conf (limited to 'debian/examples/apache2-authbasic-ip.conf') diff --git a/debian/examples/apache2-authbasic-ip.conf b/debian/examples/apache2-authbasic-ip.conf new file mode 100644 index 0000000..8507a20 --- /dev/null +++ b/debian/examples/apache2-authbasic-ip.conf @@ -0,0 +1,8 @@ +# /etc/ttyd/apache2-auth.conf + +Order deny,allow +Deny from all + +Allow from 10.0.0.0/8 +Allow from 172.16.0.0/12 +Allow from 192.168.0.0/16 -- cgit v1.2.3