Tag: Nginx Reverse-Proxy

  • Docker-izing WordPress

    In this post we’ll be setting up Docker and deploying WordPress on my docker host. This involves setting up a Nginx reverse-proxy with a valid TLS Certificate which will map HTTP requests to ericpark.dev to their respective services, and deploying a working WordPress consisting of a MySQL database and the WordPress container powered by Apache.…