mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #149] 无法删除,新增也不显示 #3184
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#3184
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 @homegu on GitHub (Aug 1, 2023).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/149
删除列表不消失,出现错误,增加也显示增加成功 列表不显示
@homegu commented on GitHub (Aug 1, 2023):
@0xJacky commented on GitHub (Aug 1, 2023):
Nginx UI 遵循 Debian 的网页服务器配置文件标准。创建的网站配置文件将会放置于 Nginx 配置文件夹(自动检测)下的 sites-available 中,启用后的网站将会创建一份配置文件软连接到 sites-enabled 文件夹。您可能需要提前调整配置文件的组织方式。
对于非 Debian (及 Ubuntu) 系统,您可能需要将 nginx.conf 配置文件中的内容修改为如下所示的 Debian 风格。
http {
# ...
include /etc/nginx/conf.d/.conf;
include /etc/nginx/sites-enabled/;
}
更多信息请参阅:debian/conf/nginx.conf
@homegu commented on GitHub (Aug 1, 2023):
那这几个无法删除,怎么办
@homegu commented on GitHub (Aug 1, 2023):
新增的也看不到,刚添加了一个域名,已经加入这个:
http {
...
include /etc/nginx/conf.d/.conf;
include /etc/nginx/sites-enabled/;
}
@0xJacky commented on GitHub (Aug 1, 2023):
麻烦请检查一下 /etc/nginx 目录下是否存在 sites-enabled 和 sites-available 两个文件夹,并确保 sites-enabled 中的文件都是 sites-available 文件的软连接JackyOn Aug 1, 2023, at 2:48 PM, homegu @.***> wrote:
新增的也看不到,刚添加了一个域名,已经加入这个:
http {
...
include /etc/nginx/conf.d/.conf;
include /etc/nginx/sites-enabled/;
}
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>
@0xJacky commented on GitHub (Aug 11, 2023):
参考:https://github.com/0xJacky/nginx-ui/issues/153