mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #915] container behind proxy can't navigate using proxy as gateway #777
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#777
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 @openaspace on GitHub (Feb 24, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/915
Hello.
I have installed proxy on the alpine linux lxc and it works correctly,
but any lxc behind the proxy within the virtual network can't get internet connection.
Any info ?
@fabianohugo commented on GitHub (Feb 24, 2021):
I have the same problem. I put a VPN here in the company and when I connect to it, none of my URLs work with the virtual network..
Ticket
@openaspace commented on GitHub (Feb 24, 2021):
If the proxy don't act also as gateway for the virtual network , you can't contact externals NS to find your IP domains.. in this case I think you need a local NS or don't route the wan traffic inside the VPN.
@fabianohugo commented on GitHub (Feb 24, 2021):
But in this case, wouldn't it be just releasing the virtual network inside nginx? or in the case iptables of the docker then?
@openaspace commented on GitHub (Feb 24, 2021):
I don't know your conf and I use proxmox containers
@fabianohugo commented on GitHub (Feb 24, 2021):
I'm using the Nginx Proxy Manager project, on a docker installed on Centos
@fabianohugo commented on GitHub (Feb 24, 2021):
I tried to put the upstream not hand, but it didn't work.
ins custom files
upstream www.site.com {
server 172.1.7.2:3001 fail_timeout=60;
}
@fabianohugo commented on GitHub (Feb 24, 2021):
And in the app I don't know how to put upstream to work. On the web platform
@github-actions[bot] commented on GitHub (Mar 18, 2024):
Issue is now considered stale. If you want to keep it open, please comment 👍
@github-actions[bot] commented on GitHub (Apr 29, 2025):
Issue was closed due to inactivity.