You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The container works perfectly when accessed directly via localhost, but when routed through my Nginx reverse proxy, the connection seems to be denied. I suspect the issue lies in how the container handles requests when proxied.
Steps to Reproduce
Run the container using the provided docker-compose.yml (with exposed port 8899).
Configure Nginx as a reverse proxy to route traffic to the container.
Attempt to access the service through the Nginx proxy URL.
Observe the connection issue (denied or not reachable).
Expected Behavior
The service should respond seamlessly through the Nginx proxy, just as it does when accessed via localhost.
Actual Behavior
The service fails to respond when accessed via the reverse proxy. Error logs suggest the connection is being denied or improperly forwarded.
Description
The container works perfectly when accessed directly via localhost, but when routed through my Nginx reverse proxy, the connection seems to be denied. I suspect the issue lies in how the container handles requests when proxied.
Steps to Reproduce
Run the container using the provided docker-compose.yml (with exposed port 8899).
Configure Nginx as a reverse proxy to route traffic to the container.
Attempt to access the service through the Nginx proxy URL.
Observe the connection issue (denied or not reachable).
Expected Behavior
The service should respond seamlessly through the Nginx proxy, just as it does when accessed via localhost.
Actual Behavior
The service fails to respond when accessed via the reverse proxy. Error logs suggest the connection is being denied or improperly forwarded.
Log
While accessing via localhost works fine
The text was updated successfully, but these errors were encountered: