Jordan
Results
13
comments of
Jordan
What does the console say when you try to load tdarr?
Try this # tdarr redirect location /tdarr { return 301 /tdarr/; } # tdarr containter location /tdarr/ { auth_request /auth-0; proxy_pass http://10.0.0.18:8265/tdarr/; include /config/nginx/proxy.conf; }
Probably a good Idea to add this to the Readme @BinsonBuzz