From 8c781251506623ed96adef9a0218587abc4b30dd Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Thu, 11 Aug 2016 11:58:40 +0200 Subject: [PATCH] chat - corrections --- customer/pixelpark/chat01.pixelpark.com.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.39.5