Update deploy-infra.md (#2833)

Updated for https://github.com/docker/docker.github.io/issues/786
This commit is contained in:
Prashant 2017-04-19 01:10:57 +05:30 committed by Victoria Bialas
parent f2a3814cbe
commit 3de3611a14
1 changed files with 2 additions and 2 deletions

View File

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