mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #622] Docker部署怎么配置LogDirWhiteList选项 #1661
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#1661
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 @dingdian on GitHub (Oct 15, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/622
我用docker部署的nginx-ui ,从35 升级到 36版本,在线日志看不到了,但是我没找到哪里可以配置LogDirWhiteList
@0xJacky commented on GitHub (Oct 15, 2024):
请参考:https://github.com/0xJacky/nginx-ui/issues/606
@dingdian commented on GitHub (Oct 15, 2024):
找不到设置位置
@0xJacky commented on GitHub (Oct 15, 2024):
展开讲讲
@dingdian commented on GitHub (Oct 15, 2024):
我根据env.md文档中介绍的试着在docker compose配置中添加环境变量NGINX_UI_NGINX_LOG_DIR_WHITE_LIST,但是配置没有生效,然后我想去找配置文件却有不知配置文件在哪里。 现在找到了,app.ini因为做了持久化,所有文件没有更新,缺少这个字段,手动添加后可以了。问题已经解决,谢谢
@0xJacky commented on GitHub (Oct 15, 2024):
好的