Skip to content

Instantly share code, notes, and snippets.

@kenichi
Created March 28, 2019 23:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenichi/6452219e466c3871f88168e536710081 to your computer and use it in GitHub Desktop.
Save kenichi/6452219e466c3871f88168e536710081 to your computer and use it in GitHub Desktop.
# TLS terminates at the ALB so force PHP to HTTPS
fastcgi_param REQUEST_SCHEME "https";
fastcgi_param HTTPS "on";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment