Nginx Ipv6 http to https not working but ipv4 http to https is

前端 未结 0 1369
名媛妹妹
名媛妹妹 2020-12-09 12:14

Here is my configuration:

server {
  listen 80;
  listen [::]:80;
  server_name example.org www.example.org example.net www.example.net;
  location / {
    re         


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