From 3de3611a14e76892e4ab55f691ee3b1865913b4c Mon Sep 17 00:00:00 2001 From: Prashant Date: Wed, 19 Apr 2017 01:10:57 +0530 Subject: [PATCH] Update deploy-infra.md (#2833) Updated for https://github.com/docker/docker.github.io/issues/786 --- swarm/swarm_at_scale/deploy-infra.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swarm/swarm_at_scale/deploy-infra.md b/swarm/swarm_at_scale/deploy-infra.md index 9bf7bc2b29..4c518d32b5 100644 --- a/swarm/swarm_at_scale/deploy-infra.md +++ b/swarm/swarm_at_scale/deploy-infra.md @@ -201,8 +201,8 @@ to the file: [[Extensions]] Name = "nginx" - ConfigPath = "/etc/conf/nginx.conf" - PidPath = "/etc/conf/nginx.pid" + ConfigPath = "/etc/nginx/nginx.conf" + PidPath = "/var/run/nginx.pid" MaxConn = 1024 Port = 80 ```