autopilotpattern / wordpress

A robust and highly-scalable implementation of WordPress in Docker using the Autopilot Pattern
GNU General Public License v2.0
158 stars 41 forks source link

X_FORWARDED_PROTO & WP ssl fixing #35

Closed jasondewitt closed 7 years ago

jasondewitt commented 7 years ago

added setting a X_FORWARDED_PROTO to the WordPress proxy pass location blocks

added code to wp-config.php to pick up that header and set $_SERVER['HTTPS']='on'

docker-compose.yml still contains refrences to the images I built from these files and pushed to my dockerhub.

jasonpincin commented 7 years ago

Incorporated this into #34, thank you!