Update ots-install.sh

This commit is contained in:
Bas van den Berg 2025-07-31 20:40:05 +02:00 committed by GitHub
parent c5907dc20d
commit c99bb7ca6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,7 @@ server {
listen 80;
listen [::]:80;
server_name ots;
return 301 https://$host$request_uri;
return 301 https://\$host\$request_uri;
}
server {
listen 443 ssl;