Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <VirtualHost *:80>
  2.  
  3. ServerName uatdominioaqui.com
  4. ProxyPreserveHost On
  5. ProxyPass / http://localhost:8080/
  6. ProxyPassReverse / http://localhost:8080/
  7.  
  8. </VirtualHost>
  9.  
  10.  
  11. <VirtualHost *:80>
  12.  
  13. ServerName cmsuatdominioaqui.com
  14. ProxyPreserveHost On
  15. ProxyPass / http://localhost:8080/
  16. ProxyPassReverse / http://localhost:8080/
  17.  
  18. <Location /c/portal/login>
  19. Order Allow,Deny
  20. Deny from all
  21. </Location>
  22.  
  23. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement