mirror of https://github.com/zulip/zulip.git
loadbalancer: Fix missing location-sockjs config.
(imported from commit 27b168e73014d7b7c71fb00ce5b75271393fc491)
This commit is contained in:
parent
c710a54a99
commit
3971f18de8
|
@ -13,6 +13,15 @@ class zulip_internal::loadbalancer {
|
|||
notify => Service["nginx"],
|
||||
}
|
||||
|
||||
file { "/etc/nginx/zulip-include/location-sockjs":
|
||||
require => Package["nginx-full"],
|
||||
owner => "root",
|
||||
group => "root",
|
||||
mode => 644,
|
||||
source => "puppet:///modules/zulip/nginx/zulip-include/location-sockjs",
|
||||
notify => Service["nginx"],
|
||||
}
|
||||
|
||||
file { "/etc/nginx/sites-available/loadbalancer":
|
||||
require => Package["nginx-full"],
|
||||
ensure => file,
|
||||
|
|
Loading…
Reference in New Issue