Nginx– category –
-
Create Docker + Nginx + PHP environment
Seeking to display static and dynamic content on an Nginx container, I integrated PHP into a Docker+Nginx environment. Here's an overview of the process. 【Build a Docker + Nginx environment】 First, we will create a Docker+Nginx environ... -
How to limit bandwidth with Nginx
There may be occasions when you need to limit the network speed when connecting via HTTP from an application you are developing. For example, when connecting from a very slow network or a foreign country with poor infrastructure, you wan... -
3 Steps to Basic Authentication with Docker+Nginx
When we needed to implement HTTP Basic Authentication in our application, we required a test environment to validate the Basic Authentication code. As a result, we established a page for Basic Authentication on a web server containerized... -
Nginx POST settings
By default, accessing Nginx via POST results in an HTTP STATUS 405 error. This presents a problem when accessing an Nginx instance containerized in Docker from an app under development, especially when the app returns a fixed XML for deb... -
Containerize and run Nginx with Docker
When developing native apps, like iOS and Android, and implementing a process that interacts with a web server via HTTP/HTTPS, you often need fixed data to be returned. For example, when unit testing communication processes in XCTest. Nu...
1