Difference between revisions of "ESXI - WebUI Through a Proxy"
Jump to navigation
Jump to search
(Created page with "If not already there, you'll need to enable the ws_tunnel module on your proxy server: * <code>sudo a2enmod proxy_wstunnel</code> Then add the following to the <VirtualHost>...") |
(No difference)
|
Revision as of 13:13, 24 June 2020
If not already there, you'll need to enable the ws_tunnel module on your proxy server:
sudo a2enmod proxy_wstunnel
Then add the following to the <VirtualHost> block for your ESXi Server:
fffooo
and restart Apache:
sudo service apache2 restart