Apache HTTP Server as a reverse proxy on Ubuntu
a2enmod proxy
a2enmod proxy_http/etc/apache2/conf-available# nano 2_WebInterface.confProxyPass "/wscservice/api" "http://localhost:2880"
...service apache2 restartLast updated
Was this helpful?
a2enmod proxy
a2enmod proxy_http/etc/apache2/conf-available# nano 2_WebInterface.confProxyPass "/wscservice/api" "http://localhost:2880"
...service apache2 restartLast updated
Was this helpful?
Was this helpful?