You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/12/01 15:25:52 UTC

[GitHub] jeremiaswerner closed pull request #3038: Minor nginx changes

jeremiaswerner closed pull request #3038: Minor nginx changes
URL: https://github.com/apache/incubator-openwhisk/pull/3038
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/ansible/roles/nginx/templates/nginx.conf.j2 b/ansible/roles/nginx/templates/nginx.conf.j2
index cd726d826a..2212102bc8 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 / {


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services