mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 16:55:56 +03:00
[GH-ISSUE #323] File not found #7300
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#7300
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 @moskvat2 on GitHub (Feb 29, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/323
Describe the bug
I'm creating a new container with nginx-ui, it doesn't complete the deployment, frozen.
To Reproduce
Steps to reproduce the behavior:
docker run -dit --name=nginx-ui --restart=always -e TZ=America/Sao_Paulo -v /mnt/nginx-ui/nginx:/etc/nginx -v /mnt/nginx-ui/nginx-ui:/etc/nginx-ui -v /mnt/nginx-ui/www:/var/www -p 80:80 -p 8443:443 -p 81:9000 uozi/nginx-ui:latest'
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots

Info (please complete the following information):
Additional context
I open url https://github.com/0xJacky/Nginx-UI/api/upstream.AvailabilityTest
in browser, but return the message (Not Found), nginx-ui frozen here
@0xJacky commented on GitHub (Feb 29, 2024):
Hi @moskvat2,
github.com/0xJacky/Nginx-UI/api/upstream.AvailabilityTestis not a url, it is the final handler path of api/api/availability_test.The nginx ui in your os is working normally, you should visit the
ip:80of your server in broswer, then you can configurate the basic settings of nginx ui.@moskvat2 commented on GitHub (Feb 29, 2024):
Yes, you were right, the problem was in the docker socket, it worked after the systemctl restart docker.socket command. Thanks!