From 1d9bf70e5e3af516deeaf329019770b58963f124 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Thu, 10 Dec 2020 10:21:54 +0100 Subject: [PATCH] Add websocket support to Apache vhost template Signed-off-by: Thomas Citharel --- support/apache/mobilizon.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/support/apache/mobilizon.conf b/support/apache/mobilizon.conf index e7bf6af6a..b6a849dfe 100644 --- a/support/apache/mobilizon.conf +++ b/support/apache/mobilizon.conf @@ -69,7 +69,10 @@ #FileETag None #TraceEnable off + ProxyPass ws://${mob_url}:${mob_port}/ + ProxyPassReverse ws://${mob_url}:${mob_port}/ ProxyPass http://${mob_url}:${mob_port}/ + ProxyPassReverse http://${mob_url}:${mob_port}/ Header append Cache-Control "public, max-age=31536000, immutable"