1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-31 22:18:07 +08:00
1Panel/cmd/server/nginx_conf/http2https.conf

3 lines
74 B
Plaintext
Raw Normal View History

2022-10-28 17:04:57 +08:00
if ($server_port !~ 443){
rewrite ^(/.*)$ https://$host$1 permanent;
}