curl -I http://example.com
OR
wget --server-response -O /dev/null http://example.com
How do I enable charset HTTP-header in Nginx?
Open your nginx.conf, enter:# vi nginx.conf
Append/modify the following directive in http, server, or location:
charset UTF-8;Save and close the file. Reload the nginx web server, enter:
# /usr/local/nginx/sbin/nginx -s reload
How do I test charset HTTP-header?
Type the following command:$ wget --server-response -O /dev/null http://www.cyberciti.biz
OR
$ curl -I http://www.cyberciti.biz
Sample outputs:
HTTP/1.1 200 OK
Server: nginx
Date: Mon, 05 Nov 2012 16:42:51 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
X-Whom: l2-com-cyber
Vary: Cookie
Last-Modified: Mon, 05 Nov 2012 16:38:02 GMT
Cache-Control: max-age=311, must-revalidate
X-Galaxy: Andromeda-1
X-Origin-Type: DynamicViaDAL