Replies: 1 comment
-
Anyone have an idea? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a question about deploying Laravel on AWS behind CloudFront.
Basically, I deploy Laravel on AWS like CloudFront -> ALB -> Fargate. In that case, as far as I'm concerned, in order to keep users's session safe, we need to set CachePolicy on CloudFront.
Below is my CloudFormation code to build such CachePolicy, but not too sure if its a right setting. So could you tell me about a best practice or recommended CachePolicy for this?
Beta Was this translation helpful? Give feedback.
All reactions