Page 1 of 1

Nginx charset is always empty ;(

Posted: Mon Jan 23, 2017 2:47 pm
by egorka
Try no set Charset in %ip%:8083/edit/server/nginx/
and nothing ;( it is empty

Set manually in /home/%user%/conf/web/nginx.conf

I think it is bug.

Re: Nginx charset is always empty ;(

Posted: Mon Jan 30, 2017 6:42 pm
by skurudo
There no config editor for user's nginx files yet, only for main nginx config.

Re: Nginx charset is always empty ;(

Posted: Wed Mar 04, 2020 6:53 pm
by egorka
it is bug ;)
you need select "additional options" and add charset to block "http":

Code: Select all

    open_file_cache_min_uses 2;
    open_file_cache_errors   off;

    charset utf-8; # encoding <--------

    # Wildcard include
    include             /etc/nginx/conf.d/*.conf;
}
save;)