mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 16:55:56 +03:00
[GH-ISSUE #346] open : no such file or directory #3298
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#3298
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 @zqq-nuli on GitHub (Apr 3, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/346
我通過 root權限 在我的 ubuntu 20.24 的服務器上通過一鍵安裝命令安裝后
使用過程中遇到了大量的 open : no such file or directory
@solywsh commented on GitHub (Apr 4, 2024):
我也遇到了,不过排查原因是因为80端口被其他服务占用,导致nginx没有正常启动。还有就是app.ini配置里边的nginx相关配置都为空,手动填入配置并关闭占用端口的服务就好了。
@ghost commented on GitHub (Apr 6, 2024):
请问需要添加那些配置文件
@0xJacky commented on GitHub (Apr 6, 2024):
可以把日志post上来吗 感谢
@ghost commented on GitHub (Apr 6, 2024):
我是通过一键脚本安装的
@ghost commented on GitHub (Apr 6, 2024):
@0xJacky commented on GitHub (Apr 6, 2024):
这个问题,我在文档里有提到 需要手动创建 sites-available 和 sites-enabled,并且需要在 nginx.conf 中 include
具体请参考
https://nginxui.com/zh_CN/guide/getting-started.html#%E4%BD%BF%E7%94%A8%E5%89%8D%E6%B3%A8%E6%84%8F
@0xJacky commented on GitHub (Apr 6, 2024):
@liujmpo 我删掉了你的评论,因为你的评论中含有敏感密钥,别人可以通过这个 NodeSecret 直接登录
@ghost commented on GitHub (Apr 6, 2024):
好的,非常感谢
@sonicno1 commented on GitHub (Aug 3, 2024):
include vhost/*.conf;
@0xJacky commented on GitHub (Aug 3, 2024):
Please refer to this documentation for more detail: https://nginxui.com/guide/getting-started.html#before-use