Advertisement
Guest User

Untitled

a guest
Jul 30th, 2015
201
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. DocumentRoot "c:/wamp/www"
  3. ServerName kakao.ro
  4. </VirtualHost>
  5.  
  6. <VirtualHost *:80>
  7. ProxyPreserveHost On
  8. ProxyPass / http://gitlab.kakao.ro:60080/
  9. ProxyPassReverse / http://gitlab.kakao.ro:60080/
  10.  
  11. ServerName gitlab.kakao.ro
  12. </VirtualHost>
  13.  
  14. # Virtual hosts
  15. Include conf/extra/httpd-vhosts.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement