oadr.conf 187 B

12345678910
  1. <VirtualHost *:80>
  2. ServerName # set to host name or ip address
  3. ProxyPass / http://localhost:8080/
  4. ProxyPassReverse / Http://localhost:8080/
  5. ProxyPreserveHost On
  6. </VirtualHost>