Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. SetOutputFilter proxy-html
  2. # www.anope.org/cpanel/
  3. ProxyPass /cpanel/ http://192.168.1.2:12345/
  4. ProxyPassReverse /cpanel/ http://192.168.1.2:12345/
  5. ProxyPassReverseCookiePath / /cpanel/
  6. <Location /cpanel/>
  7. SetOutPutFilter proxy-html
  8. ProxyHTMLExtended On
  9. ProxyHTMLURLMap ^/(?!/) /cpanel/ R
  10. </Location>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement