mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #198] Add support to view all config files in one file #108
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#108
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 @leic4u on GitHub (Nov 23, 2023).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/198
Now I can only view the config files in three different file directories, that's so inconvenient.
Please consider generating all configuration files into one file, to make viewing config simple.
Thanks to developers.
@0xJacky commented on GitHub (Nov 26, 2023):
Sorry, I have no plan to implement this feture. I think generating all configuration files into one file will make the output of
nginx -tbecomes unclear, plus, it also conflicts with the standard of Debian web server configuration file.From my personal perspective, adding a notification of config inpection in sites list is more graceful.
@leic4u commented on GitHub (Nov 26, 2023):
Good job. that's a nice solution either.