mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-09-08 04:05:23 -04:00
Update apache.mdx (#784)
Was missing the opening stanza to enable mod_proxy for Apache. Signed-off-by: Joe Brockmeier <jzb@zonker.net>
This commit is contained in:
parent
a900e98b8b
commit
0cb6ef76e1
@ -56,6 +56,7 @@ Assuming you are protecting `anubistest.techaro.lol`, you need the following ser
|
|||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
||||||
# HTTPS listener that forwards to Anubis
|
# HTTPS listener that forwards to Anubis
|
||||||
|
<IfModule mod_proxy.c>
|
||||||
<VirtualHost *:443>
|
<VirtualHost *:443>
|
||||||
ServerAdmin your@email.here
|
ServerAdmin your@email.here
|
||||||
ServerName anubistest.techaro.lol
|
ServerName anubistest.techaro.lol
|
||||||
|
Loading…
x
Reference in New Issue
Block a user