This commit is contained in:
Bob Mottram 2016-11-10 16:08:48 +00:00
parent 3604221478
commit fad36f4a0b
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ function install_jitsi {
echo '' >> $jitsi_nginx_site
echo ' # Logs' >> $jitsi_nginx_site
echo ' access_log /dev/null;' >> $jitsi_nginx_site
echo ' error_log /var/lof/nginx/jitsi_error.log warn;' >> $jitsi_nginx_site
echo ' error_log /var/log/nginx/jitsi_error.log warn;' >> $jitsi_nginx_site
echo '' >> $jitsi_nginx_site
echo ' # BOSH' >> $jitsi_nginx_site
echo ' location /http-bind {' >> $jitsi_nginx_site