software-infrastructure/roles/ericomeehan.eom.dev/files/httpd-proxy.conf
2024-07-12 00:07:31 -04:00

7 lines
125 B
Plaintext

<VirtualHost *:443>
ServerName
ProxyPass / http:///
ProxyPassReverse / http:///
ProxyPreserveHost On
</VirtualHost>