-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nginx-UI not respecting app.ini #798
Comments
Normally, v1 settings file will be migrated to v2 automatically, maybe some unexpected behavior occurred. |
I never had v1 installed. It's a fresh install. What does v2 do different in the settings file? I've found a fix searching your source file. In the app.example.ini you didn't use
|
I am sorry about this, you can refer to this configuration example https://github.com/0xJacky/nginx-ui/blob/dev/app.example.ini. This issue will be resolved when rc.1 release. |
same issue |
Hi,
I was trying to install nginx-ui on my Ubuntu Server 22.04 homeserver using the script for the install.sh.
Nginx-UI doesn't want to start because port 9000 is already in use.
So I changed it to 9010 in the
app.ini
in/usr/local/etc/nginx-ui/
:It seems that nginx-ui just ignores this file completely. The output of
/usr/local/bin/nginx-ui -config /usr/local/etc/nginx-ui/app.ini
is:Also the systemd-service shows the same error. I already tried to reinstall multiple times including deleting the app.ini and it's directory but it still won't work.
The text was updated successfully, but these errors were encountered: