Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- server {
- listen 80 default_server;
- root /usr/share/nginx/html;
- access_log off;
- server_name ivy;
- location / {
- location ^~ /qbittorrent/ {
- include snippets/proxy_common.conf;
- proxy_set_header Referer '';
- proxy_set_header Origin '';
- proxy_pass http://protonvpn:8082/;
- }
- location ^~ /sabnzbd/ {
- include snippets/proxy_common.conf;
- proxy_pass http://protonvpn:8080/sabnzbd/;
- }
- location ^~ /sickchill/ {
- include snippets/proxy_common.conf;
- proxy_pass http://protonvpn:8081/sickchill/;
- }
- location ^~ /headphones/ {
- include snippets/proxy_common.conf;
- proxy_pass http://protonvpn:8181/headphones/;
- }
- location ^~ /couchpotato/ {
- include snippets/proxy_common.conf;
- proxy_pass http://protonvpn:5050/couchpotato/;
- }
- location ^~ /jackett/ {
- include snippets/proxy_common.conf;
- proxy_pass http://protonvpn:9117/jackett/;
- }
- }
- }
Add Comment
Please, Sign In to add comment