From 33f628a813dac7dd489d75f6ed946374dfacc91c Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 22 Jan 2022 13:43:50 +0000 Subject: show apache config --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index f58d9b7..cf8cafa 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,15 @@ On my NAS: plus an empty `/home/dakkar/.fvwm/.fvwm2rc` The window manager is necessary for vlc to enter full screen. + +Apache config: + + + ProxyPass "http://127.0.0.1:8090/" + RequestHeader set ProxyMountRoot "/mc/" + Require ip 127.0.0.1 + Require ip ::1 + Require ip 192.168.1.0/24 + Require ip 10.111.0.0/16 + Require ip fe80::0/16 + -- cgit v1.2.3