Skip to content

4.5.3-r3

Compare
Choose a tag to compare
@jasonpincin jasonpincin released this 31 Oct 16:13
· 23 commits to master since this release

ACME_DOMAIN environment variable can now be set for the Nginx container in order to automatically acquire SSL certs from LetsEncrypt, enable SSL, and redirect http requests to https. LetsEncrypt staging endpoints are used by default; be sure to set ACME_ENV to production when ready to move to production.

Changelog

  • Added support for ACME feature of autopilotpattern/nginx
  • Pinned Nginx image to 1-r6.1.0
  • Opened port 443 in docker-compose
  • Nginx now sets the following headers: X_FORWARDED_PROTO, X-Real-IP, X-Forwarded-For
  • Wordpress recognizes X_FORWARDED_PROTO and forces ssl appropriately
  • setup.sh now adds ACME variables and docs to _env