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

Generated domain conf template is invalid - missing server

Open Ketec opened this issue 4 years ago • 1 comments

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.

Ketec avatar Mar 22 '21 12:03 Ketec

I fixed it in #45

akay25 avatar Sep 25 '21 03:09 akay25