-
Notifications
You must be signed in to change notification settings - Fork 481
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
Add support Angie web server #191
Comments
Please use v2-beta of Nginx UI, and you can set the configuration directory, reload command and restart command maually. Once you set these parameters, Nginx UI will not try to exec the default nginx command. You can modify the app.ini file to set them.
|
[nginx] I set it this way but the problem still persists. I am also using the latest version of nginx UI. |
Have you restarted the nginx ui service? |
Of course. Even the server. Could you test this on your own server? |
Did you encounter this issue while attempting to save a configuration? |
Yes, always when saving, although the config is created. Issuing an SSL certificate also does not work. |
https://github.com/0xJacky/nginx-ui/blob/dev/server/internal/nginx/nginx.go Oops, I forgot to provide a custom command for config test, it always exec |
Nginx UI will try to save a config automatically when you issuing a ssl certificate, and before save, it will also test the config. However in your case, test config is not works, so you can't obtain the certification. |
Of course I understand all this. Is there any way to solve this problem now? |
I released a new v2.0.0-beta.4 verison, and this issue should be fixed. Please set your command for testing configuration in app.ini.
|
So I need setup [nginx] Yes? |
yes |
Thank you Jacky. |
Hi.
Can you add support for Angie Web server as well? This is a very nice fork of nginx. It is also being developed rapidly.
https://angie.software/en/
Angie is an efficient, powerful, and scalable web server that was forked from nginx:
I tried using it and already tested it, but there is a problem with finding the executable file in Path location in nginx-ui
"exec: "nginx": executable file not found in $PATH"
How to solve this problem?
The text was updated successfully, but these errors were encountered: