mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #597] how to make domain name with ipaddress with path #502
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#502
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 @hermanekaputra on GitHub (Sep 6, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/597
I run application in docker in my server not vps with IP public
I have guacamole in http://172.16.1.21:8080 and I want to it will be accesed in 172.16.1.21/guacamole
172.16.1.21/guacamole -> 172.16.1.21:8080
please teach me how..thanks
i have tried with this step but fail
in domain names i fill 172.16.1.21/guacamole, forward hostname ip : 172.16.1.21 forward port 8080
but when akses url 12.16.1.21/guacamole 404 not found
Checklist
What is troubling you?
Clear and concise description of what you're trying to do and what isn't working for you
@chaptergy commented on GitHub (May 12, 2021):
You should not include paths (so anything containing a
/) on the details tab of a host. This is most likely the problem. But since this is fairly old, I'll close this for now.