mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #59] cant forward zoneminder #55
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cTurtle98 on GitHub (Jan 25, 2019).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/59
I am using the docker for zoneminder here
https://hub.docker.com/r/dlandon/zoneminder/
zoneminder cannon be run on the root directory it always runs on example.com/zm
how do I proxy https://mydomain.com:443/zm to https://example.com:44302/zm
mydomain.com is external
example.com is internal
this might be similar to issue #40 but I'm not sure
@jc21 commented on GitHub (Feb 18, 2019):
You should still be able to forward to zoneminder with a proxy host. The base url
/will go to the zm docker and it will do whatever it does but you can still accesshttps://mydomain.com/zmand it will forward to/zmon the destination.@cTurtle98 commented on GitHub (Feb 18, 2019):
I have my website running on the base domain, that is already proxying to the docker hosting my website
@jc21 commented on GitHub (Feb 18, 2019):
Ah ok then you want #40
@cTurtle98 commented on GitHub (Jun 13, 2019):
yay thank you for adding the custom locations tab it works now