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"