Last active
February 27, 2018 10:01
-
-
Save thinhhung/71714cbb40d0f46daa388ea8e374de96 to your computer and use it in GitHub Desktop.
ELB SSL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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