This is an automated email from the ASF dual-hosted git repository.
omartushevskyi pushed a commit to branch DLAB-1158
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
The following commit(s) were added to refs/heads/DLAB-1158 by this push:
new e5df030 added step-ca
e5df030 is described below
commit e5df0305cc743d7341b3d70ccc41fbde9ee59db1
Author: Oleh Martushevskyi <[email protected]>
AuthorDate: Tue Dec 10 11:09:46 2019 +0200
added step-ca
---
infrastructure-provisioning/src/project/templates/nginx.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/infrastructure-provisioning/src/project/templates/nginx.conf
b/infrastructure-provisioning/src/project/templates/nginx.conf
index 7ce18ca..d012375 100644
--- a/infrastructure-provisioning/src/project/templates/nginx.conf
+++ b/infrastructure-provisioning/src/project/templates/nginx.conf
@@ -47,6 +47,8 @@ http {
proxy_read_timeout 86400s;
proxy_send_timeout 86400s;
client_max_body_size 50M;
+ resolver 8.8.8.8;
+ resolver_timeout 10s;
include /etc/nginx/mime.types;
default_type application/octet-stream;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]