Skip to content

Commit 70502ac

Browse files
author
Tim Meusel
committed
nginx has to listen on every interface
1 parent f94035f commit 70502ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/puppetmaster

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ server {
2020
proxy_set_header X-Client-DN $ssl_client_s_dn;
2121
proxy_set_header X-SSL-Subject $ssl_client_s_dn;
2222
proxy_set_header X-SSL-Issuer $ssl_client_i_dn;
23-
listen 10.111.2.250:8140 ssl;
23+
listen *:8140 ssl;
2424
root /var/empty;
2525
location / {
2626
proxy_pass http://puppetmaster_unicorn;

0 commit comments

Comments
 (0)