Guest User

Untitled

a guest
Jun 25th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerAdmin webmaster@localhost
  3. ServerName terminal.local
  4. ServerAlias terminal.kide
  5. DocumentRoot /home/satnam-sandhu/Workstation/virtualhost
  6. <Directory />
  7. Options -Indexes +FollowSymLinks
  8. AllowOverride None
  9. Require all granted
  10. </Directory>
  11. ProxyPreserveHost On
  12. ProxyVia Full
  13. <Proxy *>
  14. Require all granted
  15. </Proxy>
  16. ProxyPass / http://172.17.0.2:9090/
  17. ProxyPassReverse / http://172.17.0.2:9090/
  18. ErrorLog /var/log/apache2/local.kide-error.log
  19. LogLevel error
  20. CustomLog /var/log/apache2/local.kide-access.log combined
  21. </VirtualHost>
Add Comment
Please, Sign In to add comment