This commit is contained in:
Bob Mottram 2016-11-10 16:06:58 +00:00
parent 24921a2c23
commit 3604221478
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,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