fix https redirect

This commit is contained in:
Fijxu 2023-01-21 22:13:08 -03:00
parent 0d9787bfcd
commit 12f6f56321
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ server {
}
server {
if ($host = cryptochat.zzls.xyz || cc.zzls.xyz) {
if ($host ~ (cryptochat.zzls.xyz|cc.zzls.xyz)) {
return 301 https://$host$request_uri;
} # managed by Certbot