Skip to content

Instantly share code, notes, and snippets.

@thinhhung
Last active February 27, 2018 10:01
Show Gist options
  • Save thinhhung/71714cbb40d0f46daa388ea8e374de96 to your computer and use it in GitHub Desktop.
Save thinhhung/71714cbb40d0f46daa388ea8e374de96 to your computer and use it in GitHub Desktop.
ELB SSL
# Laravel
Trust proxies:
https://laravel.com/docs/5.5/requests#configuring-trusted-proxies
# Wordpress
Edit wp-config.file
<?php
define('WP_HOME','https://site.com');
define('WP_SITEURL','https://site.com');
$_SERVER['HTTPS'] = 'on';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment