aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
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:
+
+ <Location /mc/>
+ 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
+ </Location>