We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f4f0c0 commit 720e21fCopy full SHA for 720e21f
templates/puppetmaster
@@ -26,6 +26,8 @@ server {
26
ssl_client_certificate /var/lib/puppet/ssl/ca/ca_crt.pem;
27
ssl_protocols TLSv1.2;
28
ssl_ciphers 'EDH+CAMELLIA:EDH+aRSA:EECDH+aRSA+AESGCM:EECDH+aRSA+SHA384:EECDH+aRSA+SHA256:EECDH:+CAMELLIA256:+AES256:+CAMELLIA128:+AES128:+SSLv3:!aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!DSS:!RC4:!SEED:!ECDSA:CAMELLIA256-SHA:AES256-SHA:CAMELLIA128-SHA:AES128-SHA';
29
+ ssl_session_cache shared:SSL:100m;
30
+ ssl_session_tickets on;
31
proxy_set_header Host $host;
32
proxy_set_header X-Real-IP $remote_addr;
33
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
0 commit comments