Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <Location />
- order deny,allow
- deny from all
- AuthType Digest
- AuthName "domain.com"
- AuthUserFile /srv/http/default/etc/htdigest
- Require valid-user
- Allow from 192.168.1.0/24
- Satisfy Any
- </Location>
- <Location /nzbget>
- ProxyPass http://localhost:6789/nzbget
- ProxyPassReverse http://localhost:6789/nzbget
- </Location>
- <Location /nzbmegasearch>
- ProxyPass http://localhost:5000
- ProxyPassReverse http://localhost:5000
- </Location>
- <Location /transmission>
- ProxyPass http://localhost:9091/transmission
- ProxyPassReverse http://localhost:9091/transmission
- </Location>
- <Location /couchpotato>
- ProxyPass http://localhost:5050/couchpotato
- ProxyPassReverse http://localhost:5050/couchpotato
- </Location>
- <Location /sonarr>
- ProxyPass http://localhost:8989/sonarr
- ProxyPassReverse http://localhost:8989/sonarr
- </Location>
- <Location /headphones>
- ProxyPass http://localhost:8181/headphones
- ProxyPassReverse http://localhost:8181/headphones
- </Location>
- <Location /mylar>
- ProxyPass http://localhost:8090/mylar
- ProxyPassReverse http://localhost:8090/mylar
- </Location>
- <Location /lazylibrarian>
- ProxyPass http://localhost:8083/lazylibrarian
- ProxyPassReverse http://localhost:8083/lazylibrarian
- </Location>
- <Location /subsonic>
- ProxyPass http://localhost:4040/subsonic
- ProxyPassReverse http://localhost:4040/subsonic
- </Location>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement