jitsi logs
This commit is contained in:
parent
6c101abdb3
commit
7e73d0321c
|
@ -293,6 +293,10 @@ function install_jitsi {
|
|||
echo ' root /usr/share/jitsi-meet/libs;' >> $jitsi_nginx_site
|
||||
echo ' }' >> $jitsi_nginx_site
|
||||
echo '' >> $jitsi_nginx_site
|
||||
echo ' # Logs' >> $jitsi_nginx_site
|
||||
echo ' access_log /dev/null;' >> $jitsi_nginx_site
|
||||
echo ' error_log /dev/null;' >> $jitsi_nginx_site
|
||||
echo '' >> $jitsi_nginx_site
|
||||
echo ' # BOSH' >> $jitsi_nginx_site
|
||||
echo ' location /http-bind {' >> $jitsi_nginx_site
|
||||
echo ' proxy_pass http://localhost:5280/http-bind;' >> $jitsi_nginx_site
|
||||
|
@ -330,6 +334,10 @@ function install_jitsi {
|
|||
echo ' root /usr/share/jitsi-meet/libs;' >> $jitsi_nginx_site
|
||||
echo ' }' >> $jitsi_nginx_site
|
||||
echo '' >> $jitsi_nginx_site
|
||||
echo ' # Logs' >> $jitsi_nginx_site
|
||||
echo ' access_log /dev/null;' >> $jitsi_nginx_site
|
||||
echo ' error_log /dev/null;' >> $jitsi_nginx_site
|
||||
echo '' >> $jitsi_nginx_site
|
||||
echo ' # BOSH' >> $jitsi_nginx_site
|
||||
echo ' location /http-bind {' >> $jitsi_nginx_site
|
||||
echo ' proxy_pass http://localhost:5280/http-bind;' >> $jitsi_nginx_site
|
||||
|
|
Loading…
Reference in New Issue