Checklist
-
Have you pulled and found the error with jc21/nginx-proxy-manager:latest docker image?
-
Are you sure you're not using someone else's docker image?
- Yes at the bottom it says: v2.9.9 © 2021 jc21.com. Theme by Tabler :-)
-
Have you searched for similar issues (both open and closed)?
- Yes & No - a subdir should work by using the "Custom location" but in my case it doesn't?
Describe the bug
I have moved away from SWAG to nginx-proxy-manager-official docker
Adding my subdomian youtube.domain.com and I get the cert. (That part works!)
- http://192.168.0.6:8282/youtube-dl - works (Docker: https://github.com/manbearwiz/youtube-dl-server)
- Adding it to nginx-proxy-manager-official docker


I have also tried using:
(/youtube-dl/)?/socket
And I also tried adding two locations:
/socket
/youtube-dl/socket
They all just give the same error when I try to go to:
https://youtube.domain.com
I keep getting the error webpage

But I can see it working if I add the custom location after the domain:
adding "/youtube-dl" after the http with cert it works?
https://youtube.domain.com/youtube-dl

Shouldnt nginx-proxy-manager not add the /youtube-dl to the domain path?
Nginx Proxy Manager Version
v2.9.9 © 2021 jc21.com. Theme by Tabler
Checklist
Have you pulled and found the error with
jc21/nginx-proxy-manager:latestdocker image?Are you sure you're not using someone else's docker image?
Have you searched for similar issues (both open and closed)?
Describe the bug
I have moved away from SWAG to nginx-proxy-manager-official docker
Adding my subdomian youtube.domain.com and I get the cert. (That part works!)
I have also tried using:
(/youtube-dl/)?/socket
And I also tried adding two locations:
/socket
/youtube-dl/socket
They all just give the same error when I try to go to:

https://youtube.domain.com
I keep getting the error webpage
But I can see it working if I add the custom location after the domain:

adding "/youtube-dl" after the http with cert it works?
https://youtube.domain.com/youtube-dl
Shouldnt nginx-proxy-manager not add the /youtube-dl to the domain path?
Nginx Proxy Manager Version
v2.9.9 © 2021 jc21.com. Theme by Tabler