SHOW:
|
|
- or go back to the newest paste.
1 | <Location /> | |
2 | order deny,allow | |
3 | deny from all | |
4 | AuthType Digest | |
5 | - | AuthName "fryfrog.com" |
5 | + | AuthName "domain.com" |
6 | AuthUserFile /srv/http/default/etc/htdigest | |
7 | Require valid-user | |
8 | - | Allow from 10.0.1.0/24 |
8 | + | Allow from 192.168.1.0/24 |
9 | Satisfy Any | |
10 | </Location> | |
11 | ||
12 | <Location /nzbget> | |
13 | ProxyPass http://localhost:6789/nzbget | |
14 | ProxyPassReverse http://localhost:6789/nzbget | |
15 | </Location> | |
16 | ||
17 | <Location /nzbmegasearch> | |
18 | ProxyPass http://localhost:5000 | |
19 | ProxyPassReverse http://localhost:5000 | |
20 | </Location> | |
21 | ||
22 | <Location /transmission> | |
23 | ProxyPass http://localhost:9091/transmission | |
24 | ProxyPassReverse http://localhost:9091/transmission | |
25 | </Location> | |
26 | ||
27 | <Location /couchpotato> | |
28 | ProxyPass http://localhost:5050/couchpotato | |
29 | ProxyPassReverse http://localhost:5050/couchpotato | |
30 | </Location> | |
31 | ||
32 | <Location /sonarr> | |
33 | ProxyPass http://localhost:8989/sonarr | |
34 | ProxyPassReverse http://localhost:8989/sonarr | |
35 | </Location> | |
36 | ||
37 | <Location /headphones> | |
38 | ProxyPass http://localhost:8181/headphones | |
39 | ProxyPassReverse http://localhost:8181/headphones | |
40 | </Location> | |
41 | ||
42 | <Location /mylar> | |
43 | ProxyPass http://localhost:8090/mylar | |
44 | ProxyPassReverse http://localhost:8090/mylar | |
45 | </Location> | |
46 | ||
47 | <Location /lazylibrarian> | |
48 | ProxyPass http://localhost:8083/lazylibrarian | |
49 | ProxyPassReverse http://localhost:8083/lazylibrarian | |
50 | </Location> | |
51 | ||
52 | <Location /subsonic> | |
53 | ProxyPass http://localhost:4040/subsonic | |
54 | ProxyPassReverse http://localhost:4040/subsonic | |
55 | </Location> |