mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #1020] Error log path not exist #2141
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#2141
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 @Fchen48 on GitHub (May 7, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1020
Describe the bug
I installed nginx-ui on a fresh installed server running Ubuntu 24.04.
After visiting https://server.local:9000/ I will be facing the error "Error log path not exist".
In
/etc/nginx/nginx.confeverything is set correctly to/var/log/nginx/error.log, file exists and contains errors.nginx -Vstill shows--error-log-path=stderr.I tried changing this via systemd to
ExecStart=/usr/sbin/nginx -g 'daemon on; master_process on; error_log /var/log/nginx/error.log;'and also triedExecStart=/usr/sbin/nginx -g 'daemon on; master_process on;' -e /var/log/nginx/error.logInfo (please complete the following information):