~repos /website
git clone https://pyrossh.dev/repos/website.git
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
53d6a15f
—
pyrossh 2 weeks ago
fix alchemy SslSupportMethod
- alchemy.run.ts +1 -2
alchemy.run.ts
CHANGED
|
@@ -200,10 +200,9 @@ const s3Distribution = await AWS.CloudFront.Distribution(`s3-distribution-${app.
|
|
|
200
200
|
// provider = aws.useast
|
|
201
201
|
// }
|
|
202
202
|
ViewerCertificate: {
|
|
203
|
-
|
|
203
|
+
SslSupportMethod: "sni-only",
|
|
204
204
|
AcmCertificateArn: "arn:aws:acm:us-east-1:122129753516:certificate/d04cd0a5-623c-4d18-a9d1-f0d8df3e999d",
|
|
205
205
|
// AcmCertificateArn: domainSslCertificate.CertificateArn,
|
|
206
|
-
// SslSupportMethod: "sni-only"
|
|
207
206
|
},
|
|
208
207
|
Comment: Comment,
|
|
209
208
|
}
|