nginx-ui icon indicating copy to clipboard operation
nginx-ui copied to clipboard

Nginx UI allows you to access and modify the nginx configurations files without cli.

Results 31 nginx-ui issues
Sort by recently updated
recently updated
newest added

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested. **Can you somehow add support for arm64?**

Hi, i have deployed nginx-ui on Docker like documentation but i have a problem: if I try to access to nginx-ui through nginx proxy all is ok (basic auth ask...

I fixed the template, as there was missing 'server' before the start of the template and comma error line. Also, using default logs path instead of nginx's log dir.

``` 2021/03/22 12:13:33 [emerg] 1#1: unexpected "{" in /etc/nginx/conf.d/testdomain.conf:1 nginx: [emerg] unexpected "{" in /etc/nginx/conf.d/testdomain.conf:1 ``` It should include the `server { }` Which is missing from the template.

https://github.com/schenkd/nginx-ui/blob/82cd91cdcaf3aaa47a28b52690ad01d7e833db7e/app/api/endpoints.py#L197 When a new changes(domain) is added and enabled, is it possible to reload nginx to make tis config live ?

The effect is as follows Function: check version, start, stop, detect configuration, reload ![image](https://user-images.githubusercontent.com/12950929/99874622-7ba83c80-2c24-11eb-9d24-5b1360083b34.png) ![image](https://user-images.githubusercontent.com/12950929/99874651-b1e5bc00-2c24-11eb-8e15-2aed2034ef04.png) ![image](https://user-images.githubusercontent.com/12950929/99874662-bb6f2400-2c24-11eb-9573-60a855fb5aae.png) ![image](https://user-images.githubusercontent.com/12950929/99874668-c32ec880-2c24-11eb-86c9-0792ac14ea49.png)

Is there a binary release (without a container) available? I need a binary version so that I can integrate it with my [VPS Bootstrapper](https://sitemakertools.com/vps-bootstrapper) (a GUI VPS control panel that...

Would be great if the text editor was enhanced to support things like tabbing and basic syntax highlighting. Syntax highlights can be accomplished with https://highlightjs.org/

enhancement

> Internal Server Error > The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the...