mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #352] ERROR nginx/config_args.go:26 nginx.GetConfPath len(match) < 1 #199
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#199
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 @orangejx on GitHub (Apr 10, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/352
Describe the bug
can not read config path dir when I start the ngx-ui,
ERROR nginx/config_args.go:26 nginx.GetConfPath len(match) < 1
Logs
Info (please complete the following information):
alpine 3.19x86_x64, arm64v2.0.0-beta.18-patch.2@0xJacky commented on GitHub (Apr 11, 2024):
Can you execuate
nginx -Vin your server and submit the output?@orangejx commented on GitHub (Apr 12, 2024):
yep, of course. here is configure argument:
@0xJacky commented on GitHub (Apr 13, 2024):
Sadly, nginxui can't retrieve the config directory of nginx in your environment. Please set it manually by modifying the app.ini, you can check this documentation for more information https://nginxui.com/guide/config-nginx.html#configdir.