From a5a169f64d2bbffa23088a1b7a98a325323e13c9 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Wed, 21 Feb 2018 11:56:42 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 279589ed..118ff269 100644 --- a/README.md +++ b/README.md @@ -86,14 +86,14 @@ You have to use another container acting as a Reverse Proxy such as Nginx. 2. I create the following Nginx configuration file *nginx.conf*: ``` - user nginx; - worker_processes 1; + user nginx; + worker_processes 1; error_log /var/log/nginx/error.log warn; pid /var/run/nginx.pid; events { worker_connections 1024; } - http { + http { include /etc/nginx/mime.types; default_type application/octet-stream; log_format main '$remote_addr - $remote_user [$time_local] "$request" '