proxy

Reverse proxy with Caddy on WordPress with SSL & Docker

05 October 2017- 3 mins read

WordPress uses the is_ssl() function to determine if SSL is being used in the server. In order to do this, it uses $_SERVER['HTTPS'] and $_SERVER['SERVER_PORT'] to check if they are set. The proble...