Commit c12b561b authored by Boxiang Sun's avatar Boxiang Sun

peertube: test fixup

parent e2d73ad2
......@@ -34,7 +34,7 @@ md5sum = e761995c4c18efc4a199f11dc8fde039
[template-nginx-configuration]
filename = template-nginx.cfg.in
md5sum = ca85c3afd3e626a367b5f1fb0cd8ead7
md5sum = 72517422d98ba94016fae514eab1ea67
[template-dcron-service]
filename = template-dcron-service.sh.in
......
......@@ -56,6 +56,7 @@ upstream backend {
server {
listen [$${nginx-configuration:ip}]:$${nginx-configuration:port};
listen $${slap-configuration:ipv4-random}:$${peertube-parameters:ipv4-port};
access_log $${directory:peertube_nginx_log}/peertube.access.log; # reduce I/0 with buffer=10m flush=5m
error_log $${directory:peertube_nginx_log}/peertube.error.log;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment