Advertisement
Guest User

Untitled

a guest
Dec 18th, 2012
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. ProxyRequests off
  2. <Proxy *>
  3. Order Allow,Deny
  4. Allow from all
  5. </Proxy>
  6.  
  7. Redirect /znc https://server.domain/znc/
  8. ProxyPass /znc/ http://localhost:port/
  9. ProxyHTMLURLMap http://localhost:port/ /znc/
  10. <Location /znc>
  11. ProxyPassReverse /
  12. SetOutputFilter proxy-html
  13. ProxyHTMLURLMap / /znc/
  14. RequestHeader unset Accept-Encoding
  15. RequestHeader set Authorization "Basic BASE64(ID:PASSWORD)"
  16. </Location>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement