How to add the charset header in nginx to utf-8:
nano /etc/nginx/nginx.conf
charset utf-8;
#or in the vhosts for a single website
How to add the charset header in nginx to utf-8:
nano /etc/nginx/nginx.conf
charset utf-8;
#or in the vhosts for a single website