equal
deleted
inserted
replaced
43 } |
43 } |
44 |
44 |
45 nginx::resource::vhost { $ipaddress_eth1: |
45 nginx::resource::vhost { $ipaddress_eth1: |
46 ensure => present, |
46 ensure => present, |
47 proxy => 'http://coment_app', |
47 proxy => 'http://coment_app', |
48 proxy_set_header => ['Host \$http_host'], |
48 proxy_set_header => ['Host $http_host'], |
49 vhost_cfg_append => { |
49 vhost_cfg_append => { |
50 'proxy_redirect' => 'off' |
50 'proxy_redirect' => 'off' |
51 }, |
51 }, |
52 require => Nginx::Resource::Upstream['coment_app'] |
52 require => Nginx::Resource::Upstream['coment_app'] |
53 } |
53 } |