Преглед изворни кода

add module proxy_wstunnel

master
Tobias Kneidl пре 4 година
родитељ
комит
ba18b12024
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      debian/jitsi-meet-web-config.postinst

+ 1
- 1
debian/jitsi-meet-web-config.postinst Прегледај датотеку

218
             # apache2 config
218
             # apache2 config
219
             if [ ! -f /etc/apache2/sites-available/$JVB_HOSTNAME.conf ] ; then
219
             if [ ! -f /etc/apache2/sites-available/$JVB_HOSTNAME.conf ] ; then
220
                 # when creating new config, make sure all needed modules are enabled
220
                 # when creating new config, make sure all needed modules are enabled
221
-                a2enmod rewrite ssl headers proxy_http include
221
+                a2enmod rewrite ssl headers proxy_http proxy_wstunnel include
222
                 cp /usr/share/jitsi-meet-web-config/jitsi-meet.example-apache /etc/apache2/sites-available/$JVB_HOSTNAME.conf
222
                 cp /usr/share/jitsi-meet-web-config/jitsi-meet.example-apache /etc/apache2/sites-available/$JVB_HOSTNAME.conf
223
                 a2ensite $JVB_HOSTNAME.conf
223
                 a2ensite $JVB_HOSTNAME.conf
224
                 sed -i "s/jitsi-meet.example.com/$JVB_HOSTNAME/g" /etc/apache2/sites-available/$JVB_HOSTNAME.conf
224
                 sed -i "s/jitsi-meet.example.com/$JVB_HOSTNAME/g" /etc/apache2/sites-available/$JVB_HOSTNAME.conf

Loading…
Откажи
Сачувај