mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #1781] Unable to serve cgi #1317
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#1317
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 @cgrard on GitHub (Jan 20, 2022).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1781
Hi there,
I have an internal server with CGI stuff served by Apache on port 81 and I would like to serve it through the reverse proxy, it seems easy enough as the CGI stuff is working when I access the direct ip:port but as soon as I create the new proxy host, it always end up in 504 Gateway Time-out error (even though it somehow works as it redirect to HTTPS properly, then it goes around in circles and timeout.
Here is the vhost Apache configuration I need to proxy to :
Is there anything obvious I'm missing ?
@cgrard commented on GitHub (Jan 21, 2022):
Indeed there was something obvious : the reverse proxy is in another VLAN and it does not have access to port 81...