Merge pull request #365 from geocine/nginx-charset-utf8
use utf8 charset on nginx
This commit is contained in:
commit
c4cd3ed2ac
|
@ -26,4 +26,5 @@ http {
|
||||||
include /etc/nginx/conf.d/*.conf;
|
include /etc/nginx/conf.d/*.conf;
|
||||||
include /etc/nginx/sites-available/*;
|
include /etc/nginx/sites-available/*;
|
||||||
open_file_cache max=100;
|
open_file_cache max=100;
|
||||||
|
charset UTF-8;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue