Advertisement
voidpointer

Untitled

Feb 23rd, 2021
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. set $upstream_sonarr http://sonarr:8989;
  2.  
  3. location /sonarr {
  4. include /config/nginx/proxy.conf;
  5. auth_request /organizr/auth-0;
  6. proxy_pass $upstream_sonarr;
  7.  
  8. set $app sonarr;
  9. include /config/nginx/theme-park.conf;
  10. }
  11.  
  12. location /sonarr/api {
  13. include /config/nginx/proxy.conf;
  14. proxy_pass $upstream_sonarr;
  15. }
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement