From: Philipp Dallig Date: Thu, 11 Aug 2016 09:58:40 +0000 (+0200) Subject: chat - corrections X-Git-Tag: v0.1.0~4327 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=8c781251506623ed96adef9a0218587abc4b30dd;p=pixelpark%2Fhiera.git chat - corrections --- diff --git a/customer/pixelpark/chat01.pixelpark.com.yaml b/customer/pixelpark/chat01.pixelpark.com.yaml index 69d32f0d..f4c44a62 100644 --- a/customer/pixelpark/chat01.pixelpark.com.yaml +++ b/customer/pixelpark/chat01.pixelpark.com.yaml @@ -54,13 +54,14 @@ site::profile::apache::pp_vhosts: ssl_cert: '/etc/pki/tls/certs/wildcard.pixelpark.com-cert.pem' ssl_key: '/etc/pki/tls/private/wildcard.pixelpark.com-key.pem' ssl_chain: '/etc/pki/tls/certs/wildcard.pixelpark.com-cert.pem' - redirect_dest_non_ssl: 'https://chat-rocket.pixelpark.net/' + redirect_dest_non_ssl: 'https://chat-rocket.pixelpark.com/' # headers: # - 'set X-Content-Type-Options: nosniff' # headers_ssl: # - 'always set Strict-Transport-Security "max-age=31556926"' custom_fragment: | PassengerStickySessions on + PassengerAppType node PassengerNodejs /usr/bin/node PassengerStartupFile main.js passenger_app_root: /opt/Rocket.Chat/bundle @@ -68,5 +69,5 @@ site::profile::apache::pp_vhosts: setenv: - MONGO_URL mongodb://localhost:27017/rocketchat - ROOT_URL https://chat-rocket.pixelpark.com/ - docroot_owner: apache - docroot_group: apache \ No newline at end of file + docroot_owner: rocketchat + docroot_group: rocketchat \ No newline at end of file