mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #960] --config app.ini Not Working #7632
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#7632
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 @techana on GitHub (Apr 15, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/960
Describe the bug
Choosing 9000 as the default port for this app is strange since it's the default port for php-fpm! I tried to run Nginx UI on a different port using --config app.ini option, but that didn't work. Here is my app.ini:
And here is the error I get when trying to run the app:
To Reproduce
Steps to reproduce the behavior:
app.inias given above./nginx-ui --config app.iniExpected behavior
The app should work while listing to port 8000 instead of 9000.
Info (please complete the following information):
Additional context
I couldn't install the app using the install script because Alpine Linux does not support
systemd@0xJacky commented on GitHub (Apr 15, 2025):
Please check this new config template: https://github.com/0xJacky/nginx-ui/blob/dev/app.example.ini