mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #480] Subfolder forwarding issues #408
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#408
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 @razausman on GitHub (Jun 26, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/480
I have two sites running on a Plone container.
Each is accessible by:
IP1:8480/site1
IP1:8480/site2
I have setup the proxymanager with the exact same setting
Site1:

The security site loads the main page but the url only shows
blog2.plonesite.io (<- ie no /security)
I am unable to browse the links and Plone gives an error message on all links on the page. When I look at the errors on the page it states a 404.
Site2:

(the image does not show it but there is a /at the end of randomXYZ.)
the randomXYZ site works but the url shows
blog1.plonesite.io/randomXYZ/randomXYZ/randomXYZ/randomXYZ/...
I am able to browse on all the links and when I click the link the url shows
blog1.plonesite.io/randomXYZ/ClickedPageName
I am unsure why one works but the other does not.
Any help would be appreciated
@razausman commented on GitHub (Jun 26, 2020):
I'm closing this issue. I deleted both sites and made new sites and proxy hosts. Things seem to be working for now.