Nginx Reverse Proxy Container with a self-signed Certificate

Nginx Reverse Proxy Container with a self-signed Certificate

The title is a bit long, because I wanted it to describe exactly the task at hand. Create an Nginx reverse proxy container, with self-signed certificate. The purpose of this post is to create a quick-guide for this purpose. I happen to need it from time to time, for various purposes, such as: Self-signed certificate…

WordPress Multi-Site on Docker – How to Add Apache mod_headers to Solve CORS Issues and php File Size Limit
|

WordPress Multi-Site on Docker – How to Add Apache mod_headers to Solve CORS Issues and php File Size Limit

I’ve been using a WordPress Docker for some time now. My Docker is invoked through the docker-compose toolset, and it generally functions well. However, at times, specific configurations are needed. For instance, when adjusting the PHP file size limitation or adding mod_headers to address CORS issues on WordPress. The key is to override the Docker…