Skip to content

Commit

Permalink
fix: missing origin path
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Dec 17, 2024
1 parent 893acbe commit 12fdc26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ resources:
OriginProtocolPolicy: https-only
OriginSSLProtocols:
- TLSv1.2
OriginPath: '/${self:custom.stage}'
HttpVersion: http2
DefaultCacheBehavior:
AllowedMethods:
Expand Down

0 comments on commit 12fdc26

Please sign in to comment.