相关疑难解决方法(0)

nginx将HTTPS重定向到HTTP

如何从https重定向到http?

我有下面的代码,但它似乎不起作用.

server {
        listen 443;
        server_name example.com;
        rewrite ^(.*) http://example.com$1 permanent;
 }
Run Code Online (Sandbox Code Playgroud)

https nginx http-redirect

30
推荐指数
3
解决办法
6万
查看次数

标签 统计

http-redirect ×1

https ×1

nginx ×1