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 f94035f commit 70502acCopy full SHA for 70502ac
templates/puppetmaster
@@ -20,7 +20,7 @@ server {
20
proxy_set_header X-Client-DN $ssl_client_s_dn;
21
proxy_set_header X-SSL-Subject $ssl_client_s_dn;
22
proxy_set_header X-SSL-Issuer $ssl_client_i_dn;
23
- listen 10.111.2.250:8140 ssl;
+ listen *:8140 ssl;
24
root /var/empty;
25
location / {
26
proxy_pass http://puppetmaster_unicorn;
0 commit comments