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 ```