Guest User

000-default

a guest
Mar 18th, 2013
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ProxyRequests Off
  2. <Proxy>
  3. Order deny,allow
  4. Allow from all
  5. </Proxy>
  6.  
  7. <Location /guacamole/>
  8. ProxyPass http://localhost:8080/guacamole/
  9. ProxyPassReverse http://localhost:8080/guacamole/
  10. </Location>
Advertisement
Add Comment
Please, Sign In to add comment