mirror of https://github.com/docker/docs.git
Update deploy-infra.md (#2833)
Updated for https://github.com/docker/docker.github.io/issues/786
This commit is contained in:
parent
f2a3814cbe
commit
3de3611a14
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue