mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 16:55:56 +03:00
[GH-ISSUE #594] 环境变量和app.ini的关系不正确 #1645
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#1645
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 @chung1912 on GitHub (Oct 6, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/594
正常情况下,通常是环境变量优先级高于app.ini,两者配置应该相互独立。
但是,发现环境变量配置后,会自动写入app.ini,这种情况下,如果删除环境变量,app.ini的配置并不会删除,而会保留,如果需要清除配置,则还需要去app.ini里面再操作一次。
建议环境变量和app.ini相互独立,不把环境变量的配置写入app.ini
@0xJacky commented on GitHub (Oct 6, 2024):
已在
4d1adac中解决,将会在 beta.36 发布。