Guest User

Untitled

a guest
Mar 17th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerName utorrent.your-domain.com
  3.  
  4. RewriteEngine on
  5. RewriteRule ^/gui(/?)(.*)$ /$2 [PT]
  6.  
  7. ProxyPreserveHost on
  8. ProxyPass / http://127.0.0.1:8080/gui/
  9. ProxyPassReverse / http://127.0.0.1:8080/gui/
  10. </VirtualHost>
Add Comment
Please, Sign In to add comment