If you need to proxy your WordPress blog via Nginx. This is the configuration I have recently used. Update <server-name> with your intended domain name. <ip-address> and <port> with the WordPress servers details. server { server_name <server-name>; gzip on; gzip_min_length 10240; …
