mirror of https://github.com/XTLS/Xray-examples
Update default.conf
parent
fab91a1f0c
commit
05447fe1c4
|
@ -4,5 +4,5 @@ server
|
|||
server_name _;
|
||||
index index.html;
|
||||
root www/nginx/html;
|
||||
return 301 https://$host$request_uri;
|
||||
return 301 https://$host$request_uri; # 重定向HTTPS
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue