One-KVM/testenv/redirect-to-https.conf
2022-10-19 00:09:33 +03:00

4 lines
59 B
Plaintext

location / {
return 301 https://$host:4430$request_uri;
}