mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 16:55:56 +03:00
[GH-ISSUE #805] 启用站点 提示 No such file or directory 错误 #429
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#429
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 @Niexiawei on GitHub (Jan 7, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/805
请问一下这是什么原因导致的
在启用站点时会提示这个错误 sites-enabled 文件夹已经建立了 sites-enabled下没有成功创建软链接
nginx 使用docker 部署
nginx-ui 在本机部署
Version: 2.0.0-beta.42 (374)
@0xJacky commented on GitHub (Jan 7, 2025):
本机的 /etc/nginx 里有这个文件夹吗,不会是创建到 nginx 的容器里面了吧?映射的路径不是同一个?
@Niexiawei commented on GitHub (Jan 7, 2025):
@0xJacky 感谢解答 确实是这个问题 已经发现了
@0xJacky commented on GitHub (Jan 7, 2025):
好的