This is an automated email from the ASF dual-hosted git repository.
jeremiaswerner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new ff92aad Minor nginx changes (#3038)
ff92aad is described below
commit ff92aad61617218f500161d59aa0be4957ec1649
Author: Christian Bickel <[email protected]>
AuthorDate: Fri Dec 1 16:25:48 2017 +0100
Minor nginx changes (#3038)
---
ansible/roles/nginx/templates/nginx.conf.j2 | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/ansible/roles/nginx/templates/nginx.conf.j2
b/ansible/roles/nginx/templates/nginx.conf.j2
index cd726d8..2212102 100644
--- a/ansible/roles/nginx/templates/nginx.conf.j2
+++ b/ansible/roles/nginx/templates/nginx.conf.j2
@@ -1,6 +1,7 @@
{# this template is used to generate a nginx.conf for booting a nginx server
based on the given environment inventory #}
worker_processes {{ nginx.wpn.router }};
+worker_rlimit_nofile 4096;
events {
{# default: 1024 #}
@@ -56,7 +57,8 @@ http {
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers RC4:HIGH:!aNULL:!MD5;
ssl_prefer_server_ciphers on;
- proxy_ssl_session_reuse off;
+ proxy_ssl_verify off;
+ proxy_ssl_session_reuse on;
# proxy to the web action path
location / {
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].