VMware vSphere Esxi 8.x
VMware vSphere Esxi 7.x
VMware vSphere Esxi 6.5
VMware vSphere Esxi 6.7
<proxy>
<!-- default location of the proxy config file -->
<endpoints>/etc/vmware/rhttpproxy/endpoints.conf</endpoints>
<!-- HTTP port to be used by the reverse proxy -->
<httpPort>50080</httpPort> <<<<< Change Port number
<!-- HTTPS port to be used by the reverse proxy -->
<httpsPort>443</httpsPort>
</proxy>
<proxy>
<!-- default location of the proxy config file -->
<endpoints>/etc/vmware/rhttpproxy/endpoints.conf</endpoints>
<!-- HTTP port to be used by the reverse proxy -->
<httpPort>50080</httpPort> <<<<<
<!-- HTTPS port to be used by the reverse proxy -->
<httpsPort>443</httpsPort>
</proxy>
<proxy>
<!-- default location of the proxy config file -->
<endpoints>/etc/vmware/rhttpproxy/endpoints.conf</endpoints>
<!-- HTTP port to be used by the reverse proxy -->
<httpPort>80</httpPort> <<<<<
<!-- HTTPS port to be used by the reverse proxy -->
<httpsPort>443</httpsPort>
</proxy>