Skip to content

Commit

Permalink
add proxy_protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
umjnega committed Oct 24, 2024
1 parent 8a68592 commit 99765f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/profile/prometheus.pp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
include nginx
nginx::resource::server { 'https-forwarder':
server_name => [$::fqdn],
listen_options => "default_server",
listen_options => "proxy_protocol default_server",
listen_port => 443,
proxy => "http://localhost:9090",
ssl => true,
Expand Down

0 comments on commit 99765f3

Please sign in to comment.