[GH-ISSUE #346] open : no such file or directory #1539

Closed
opened 2026-02-27 12:11:29 +03:00 by kerem · 10 comments
Owner

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

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
kerem closed this issue 2026-02-27 12:11:29 +03:00
Author
Owner

@solywsh commented on GitHub (Apr 4, 2024):

我也遇到了,不过排查原因是因为80端口被其他服务占用,导致nginx没有正常启动。还有就是app.ini配置里边的nginx相关配置都为空,手动填入配置并关闭占用端口的服务就好了。

<!-- gh-comment-id:2037357336 --> @solywsh commented on GitHub (Apr 4, 2024): 我也遇到了,不过排查原因是因为80端口被其他服务占用,导致nginx没有正常启动。还有就是app.ini配置里边的nginx相关配置都为空,手动填入配置并关闭占用端口的服务就好了。
Author
Owner

@ghost commented on GitHub (Apr 6, 2024):

我也遇到了,不过排查原因是因为80端口被其他服务占用,导致nginx无法正常启动。还有就是app.ini配置里边的nginx相关配置都为空,手动填入配置并关闭占用端口的服务就好的。

请问需要添加那些配置文件

<!-- gh-comment-id:2040991764 --> @ghost commented on GitHub (Apr 6, 2024): > 我也遇到了,不过排查原因是因为80端口被其他服务占用,导致nginx无法正常启动。还有就是app.ini配置里边的nginx相关配置都为空,手动填入配置并关闭占用端口的服务就好的。 请问需要添加那些配置文件
Author
Owner

@0xJacky commented on GitHub (Apr 6, 2024):

可以把日志post上来吗 感谢

<!-- gh-comment-id:2041004819 --> @0xJacky commented on GitHub (Apr 6, 2024): 可以把日志post上来吗 感谢
Author
Owner

@ghost commented on GitHub (Apr 6, 2024):

可以把日志贴上来吗 谢谢

我是通过一键脚本安装的

<!-- gh-comment-id:2041009863 --> @ghost commented on GitHub (Apr 6, 2024): > 可以把日志贴上来吗 谢谢 我是通过一键脚本安装的
Author
Owner

@ghost commented on GitHub (Apr 6, 2024):

可以把日志post上来吗 感谢

截图 - 2024-4-6 8 1 58

<!-- gh-comment-id:2041010195 --> @ghost commented on GitHub (Apr 6, 2024): > 可以把日志post上来吗 感谢 ![截图 - 2024-4-6 8 1 58](https://github.com/0xJacky/nginx-ui/assets/48621868/b221cf45-4e5d-441e-9078-9d635a93aa17)
Author
Owner

@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

<!-- gh-comment-id:2041028538 --> @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
Author
Owner

@0xJacky commented on GitHub (Apr 6, 2024):

@liujmpo 我删掉了你的评论,因为你的评论中含有敏感密钥,别人可以通过这个 NodeSecret 直接登录

<!-- gh-comment-id:2041031838 --> @0xJacky commented on GitHub (Apr 6, 2024): @liujmpo 我删掉了你的评论,因为你的评论中含有敏感密钥,别人可以通过这个 NodeSecret 直接登录
Author
Owner

@ghost commented on GitHub (Apr 6, 2024):

@liujmpo 我删掉了你的评论,因为你的评论中含有敏感密钥,别人可以通过这个 NodeSecret 直接登录

好的,非常感谢

<!-- gh-comment-id:2041120240 --> @ghost commented on GitHub (Apr 6, 2024): > @liujmpo 我删掉了你的评论,因为你的评论中含有敏感密钥,别人可以通过这个 NodeSecret 直接登录 好的,非常感谢
Author
Owner

@sonicno1 commented on GitHub (Aug 3, 2024):

include vhost/*.conf;

<!-- gh-comment-id:2266807054 --> @sonicno1 commented on GitHub (Aug 3, 2024): include vhost/*.conf;
Author
Owner

@0xJacky commented on GitHub (Aug 3, 2024):

include vhost/*.conf;

Please refer to this documentation for more detail: https://nginxui.com/guide/getting-started.html#before-use

<!-- gh-comment-id:2266811267 --> @0xJacky commented on GitHub (Aug 3, 2024): > include vhost/*.conf; Please refer to this documentation for more detail: https://nginxui.com/guide/getting-started.html#before-use
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-ui#1539
No description provided.