Browse Source
Add websocket support to Apache vhost template
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
honeypot-register-form
Thomas Citharel
1 month ago
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with
3 additions and
0 deletions
-
support/apache/mobilizon.conf
|
|
@ -69,7 +69,10 @@ |
|
|
|
#FileETag None |
|
|
|
#TraceEnable off |
|
|
|
<Location /> |
|
|
|
ProxyPass ws://${mob_url}:${mob_port}/ |
|
|
|
ProxyPassReverse ws://${mob_url}:${mob_port}/ |
|
|
|
ProxyPass http://${mob_url}:${mob_port}/ |
|
|
|
ProxyPassReverse http://${mob_url}:${mob_port}/ |
|
|
|
</Location> |
|
|
|
<FilesMatch ^/(js|css)$> |
|
|
|
Header append Cache-Control "public, max-age=31536000, immutable" |
|
|
|