Добавил адрес и порт по умолчанию для listen

This commit is contained in:
2019-07-30 12:50:55 +03:00
parent 2b171e8cb4
commit 1d8095c3bb

View File

@@ -11,3 +11,6 @@ nginx_worker_connections: 1024
nginx_keepalive_timeout: 65 nginx_keepalive_timeout: 65
nginx_upstreams_url: "https://example.com/ngx-role-test/test/upstream.yml" nginx_upstreams_url: "https://example.com/ngx-role-test/test/upstream.yml"
nginx_listen_addr: 0.0.0.0
nginx_listen_port: 80