mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #260] Add custom logs - more than just access and error #1482
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#1482
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 @IkeTaylor11 on GitHub (Jan 16, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/260
Is your feature request related to a problem? Please describe.
When using nginx, sometimes logs are split out to their own file for particular reverse proxies. Would like the ability to add more than just the standard access and error log into nginx-ui
Describe the solution you'd like
Would like the ability to add more than just the standard access and error log into nginx-ui
Describe alternatives you've considered
no alternatives available right now
Additional context

Add button to create new log sources in nginx-ui
@YiHui-Liu commented on GitHub (Oct 17, 2024):
and what's more, we need to grant permissions to allow
nginx-uito read log files like:so, if we set the log file path for particular website like:
we should be able to read them in the log file page:
