mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-08-03 01:38:14 -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>
|
||||
|
||||
# HTTPS listener that forwards to Anubis
|
||||
<IfModule mod_proxy.c>
|
||||
<VirtualHost *:443>
|
||||
ServerAdmin your@email.here
|
||||
ServerName anubistest.techaro.lol
|
||||
|
Loading…
x
Reference in New Issue
Block a user