Merge pull request #2894 from aledbf/authbind

Use authbind to bind privileged ports
This commit is contained in:
k8s-ci-robot 2018-08-05 08:43:43 -07:00 committed by GitHub
commit 7f7f59df79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 48 additions and 69 deletions

View file

@ -131,6 +131,7 @@ http {
client_body_temp_path /tmp/client-body;
fastcgi_temp_path /tmp/fastcgi-temp;
proxy_temp_path /tmp/proxy-temp;
ajp_temp_path /tmp/ajp-temp;
client_header_buffer_size {{ $cfg.ClientHeaderBufferSize }};
client_header_timeout {{ $cfg.ClientHeaderTimeout }}s;