Advertisement
Guest User

Untitled

a guest
Mar 21st, 2015
424
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <VirtualHost *:443>
  2.  
  3. <Location /plexWatchWeb>
  4. ProxyPass http://192.168.1.19:8282/plexWatch
  5. ProxyPassReverse http://192.168.1.19:8282/plexWatch
  6. </Location>
  7.  
  8. <Location /Sonarr>
  9. ProxyPass http://192.168.1.19:8989/Sonarr
  10. ProxyPassReverse http://192.168.1.19:8989/Sonarr
  11. </Location>
  12.  
  13.  
  14. <Location /SABNZB>
  15. ProxyPass http://192.168.1.19:8080/SABNZB
  16. ProxyPassReverse http://192.168.1.19:8080/SABNZB
  17. </Location>
  18.  
  19. </VirtualHost>
  20.  
  21. <VirtualHost *:80>
  22. ServerAdmin webmaster@localhost
  23. DocumentRoot /var/www/html
  24. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement