Advertisement
Guest User

Untitled

a guest
Feb 20th, 2021
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerAdmin webmaster@localhost
  3. ProxyRequests off
  4. ProxyPreserveHost On
  5. LogLevel error
  6. ProxyPass /api http://192.168.178.4:8888/api
  7. ProxyPassReverse /api http://192.168.178.4:8888/api
  8. ErrorLog ${APACHE_LOG_DIR}/error.log
  9. CustomLog ${APACHE_LOG_DIR}/access.log combined
  10. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement