⟩
⟩
Apache reverse proxy to ESXI hypervisor
Published on:
Views: 0
Likes: 0
Tags:
esxi
apache
lets encrypt
reverse proxy
ssl
homelab
Use Apache to apply SSL certificates and reverse proxy to your ESXI server! Apache commands cd /etc/apache2/sites-available/ sudo nano esxi.conf paste in https://github.com/jhodak/linux-configuration-files/blob/main/Apache_Reverse_Proxy_Configs/Apache_redirect_to_https sudo nano esxi-le-ssl.conf paste in https://github.com/jhodak/linux-configuration-files/blob/main/Apache_Reverse_Proxy_Configs/Esxi make changes to ip addresses servername ssl cert location add modules for apache sudo a2enmod ssl proxy proxy_wstunnel proxy_http headers alias rewrite setenvif enable sites in apache sudo a2ensite esxi.conf esxi-le-ssl.conf reload apache sudo systemctl reload apache2