Nginx charset is always empty ;(
Nginx charset is always empty ;(
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.
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 ;(
There no config editor for user's nginx files yet, only for main nginx config.
Re: Nginx charset is always empty ;(
it is bug ;)
you need select "additional options" and add charset to block "http":
save;)
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;
}