Force HTTP On Nginx By admin on August 20, 2015 in Nginx Simple configuration line to redirect HTTPS requests to HTTP: if ($https = "on") { return 301 http://acme.com$request_uri; } 123 if ($https = "on") { return 301 http://acme.com$request_uri;} Related posts: Block XSS on Apache or Nginx Redirect HTTP to HTTPS on IIS Force SSL Redirect HTTPS to HTTP Discourage HTTPS On WordPress