nginx wrongly redirected the site with $request_uri

后端 未结 0 475
野性不改
野性不改 2020-12-02 18:59

I want to redirect http to https with nginx:

server {
listen 80;
server_name example.com;
return 301 https://$server_name$request_uri;
}

and

相关标签:
回答
  • 消灭零回复
提交回复
热议问题