Revert redirect to ssl
This commit is contained in:
parent
ca620e4074
commit
6ead83512e
5 changed files with 4 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue