mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #457] Nginx cannot run when got "host not found in upstream" #1603
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#1603
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 @thongbn on GitHub (Jul 29, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/457
Describe the bug
When restart ngnix in docker then got few service not automatic started, nginx will not continue run (mean cannot access nginx-gui, port 80 wont exported) until all service run
Expected behavior
Screenshots

Info (please complete the following information):
@0xJacky commented on GitHub (Jul 29, 2024):
I’m sorry for any inconvenience caused. This limitation is due to nginx itself, not nginx-ui. We have configured a reverse proxy in nginx to forward requests to nginx-ui. Therefore, to access nginx-ui via port 80, nginx must be running.
However, this does not mean there is no way to access nginx-ui if nginx is not started. You can export the port that nginx-ui is listening on to the host, allowing you to access nginx-ui directly without going through nginx.
@thongbn commented on GitHub (Jul 29, 2024):
Thank for your response, i understood.