nginx redirect HTTPS to HTTP

前端 未结 4 366
情话喂你
情话喂你 2020-12-03 04:28

How can i redireect from https to http?

i have the code below but it does not seem to work.

server {
        listen 443;
        server_name example.         


        
4条回答
提交回复
热议问题