Revert redirect to ssl

This commit is contained in:
Manuel de Brito Fontes 2016-05-19 16:11:51 -03:00
parent ca620e4074
commit 6ead83512e
5 changed files with 4 additions and 6 deletions

View file

@ -17,9 +17,6 @@ http {
# Replace '_' with your hostname.
server_name _;
if ($http_x_forwarded_proto = "http") {
return 301 https://$host$request_uri;
}
location / {
lua_need_request_body on;