nginx proxy - How to set up WordPress behind a secure reverse proxy using Nginx

How to set up WordPress behind a secure reverse proxy using Nginx

The Really Simple Security plugin (formerly Really Simple SSL) is a useful tool, but it tends to overcomplicate SSL configuration. When running WordPress behind multiple proxies—especially those handling SSL termination like Varnish—the following configuration is usually sufficient to eliminate mixed content errors and prevent infinite redirect loops: FORCE_SSL_ADMIN Add FORCE_SSL_ADMIN true in wp-config.php to tell … Read full article →