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]]
|
[[Extensions]]
|
||||||
Name = "nginx"
|
Name = "nginx"
|
||||||
ConfigPath = "/etc/conf/nginx.conf"
|
ConfigPath = "/etc/nginx/nginx.conf"
|
||||||
PidPath = "/etc/conf/nginx.pid"
|
PidPath = "/var/run/nginx.pid"
|
||||||
MaxConn = 1024
|
MaxConn = 1024
|
||||||
Port = 80
|
Port = 80
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue