浏览代码

jitsi logs

Bob Mottram 8 年前
父节点
当前提交
7e73d0321c
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8
    0
      src/freedombone-app-jitsi

+ 8
- 0
src/freedombone-app-jitsi 查看文件

293
         echo '        root /usr/share/jitsi-meet/libs;' >> $jitsi_nginx_site
293
         echo '        root /usr/share/jitsi-meet/libs;' >> $jitsi_nginx_site
294
         echo '    }' >> $jitsi_nginx_site
294
         echo '    }' >> $jitsi_nginx_site
295
         echo '' >> $jitsi_nginx_site
295
         echo '' >> $jitsi_nginx_site
296
+        echo '  # Logs' >> $jitsi_nginx_site
297
+        echo '  access_log /dev/null;' >> $jitsi_nginx_site
298
+        echo '  error_log /dev/null;' >> $jitsi_nginx_site
299
+        echo '' >> $jitsi_nginx_site
296
         echo '    # BOSH' >> $jitsi_nginx_site
300
         echo '    # BOSH' >> $jitsi_nginx_site
297
         echo '    location /http-bind {' >> $jitsi_nginx_site
301
         echo '    location /http-bind {' >> $jitsi_nginx_site
298
         echo '        proxy_pass      http://localhost:5280/http-bind;' >> $jitsi_nginx_site
302
         echo '        proxy_pass      http://localhost:5280/http-bind;' >> $jitsi_nginx_site
330
     echo '        root /usr/share/jitsi-meet/libs;' >> $jitsi_nginx_site
334
     echo '        root /usr/share/jitsi-meet/libs;' >> $jitsi_nginx_site
331
     echo '    }' >> $jitsi_nginx_site
335
     echo '    }' >> $jitsi_nginx_site
332
     echo '' >> $jitsi_nginx_site
336
     echo '' >> $jitsi_nginx_site
337
+    echo '  # Logs' >> $jitsi_nginx_site
338
+    echo '  access_log /dev/null;' >> $jitsi_nginx_site
339
+    echo '  error_log /dev/null;' >> $jitsi_nginx_site
340
+    echo '' >> $jitsi_nginx_site
333
     echo '    # BOSH' >> $jitsi_nginx_site
341
     echo '    # BOSH' >> $jitsi_nginx_site
334
     echo '    location /http-bind {' >> $jitsi_nginx_site
342
     echo '    location /http-bind {' >> $jitsi_nginx_site
335
     echo '        proxy_pass      http://localhost:5280/http-bind;' >> $jitsi_nginx_site
343
     echo '        proxy_pass      http://localhost:5280/http-bind;' >> $jitsi_nginx_site