Log jitsi errors

This commit is contained in:
Bob Mottram 2016-11-10 14:17:15 +00:00
parent 11b809851d
commit a088eda2de
1 changed files with 2 additions and 2 deletions

View File

@ -295,7 +295,7 @@ function install_jitsi {
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 ' error_log /var/lof/nginx/jitsi_error.log warn;' >> $jitsi_nginx_site
echo '' >> $jitsi_nginx_site
echo ' # BOSH' >> $jitsi_nginx_site
echo ' location /http-bind {' >> $jitsi_nginx_site
@ -336,7 +336,7 @@ function install_jitsi {
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 ' error_log /var/lof/nginx/jitsi_error.log warn;' >> $jitsi_nginx_site
echo '' >> $jitsi_nginx_site
echo ' # BOSH' >> $jitsi_nginx_site
echo ' location /http-bind {' >> $jitsi_nginx_site