Advertisement
Guest User

helpmepleaseapache

a guest
Jan 21st, 2016
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <VirtualHost *:*>
  2. ProxyPreserveHost On
  3.  
  4. # Servers to proxy the connection, or;
  5. # List of application servers:
  6. # Usage:
  7. # ProxyPass / http://[IP Addr.]:[port]/
  8. # ProxyPassReverse / http://[IP Addr.]:[port]/
  9. # Example:
  10. ProxyPass /kibana/ http://192.168.169.130:5601/
  11. ProxyPassReverse /kibana/ http://192.168.169.130:5601/
  12.  
  13. ServerName localhost
  14. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement