This video goes over setting up a virtual host in apache to act as a reverse proxy to your Proxmox server. This is useful for applying SSL certificates through Apache that will be applied to your proxmox server. Say goodbye to irritating “unsafe website” warnings.
Apache enable modules command:
`sudo a2enmod ssl proxy rewrite proxy_http proxy_wstunnel headers`
Apache enable site:
`sudo a2ensite example.conf example-le-ssl.conf`
Apache reload:
`sudo service apache2 reload`
Apache config files:
— will edit with links soon
[ad_2]
source