mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-10 02:28:45 +00:00
15 lines
344 B
Plaintext
15 lines
344 B
Plaintext
<VirtualHost *:80>
|
|
ServerAdmin your@email.here
|
|
ServerName httpd.local.cetacean.club
|
|
DocumentRoot /var/www/httpd.local.cetacean.club
|
|
|
|
Include /etc/httpd/snippets/proxy-headers.conf
|
|
|
|
ProxyPreserveHost On
|
|
|
|
ProxyRequests Off
|
|
ProxyVia Off
|
|
|
|
ProxyPass / http://httpdebug:3000/
|
|
ProxyPassReverse / http://httpdebug:3000/
|
|
</VirtualHost> |