Commit 7aa4cc17 authored by Boxiang Sun's avatar Boxiang Sun

peertube: test fixup

parent c12b561b
Pipeline #25099 passed with stage
in 0 seconds
......@@ -34,7 +34,7 @@ md5sum = e761995c4c18efc4a199f11dc8fde039
[template-nginx-configuration]
filename = template-nginx.cfg.in
md5sum = 72517422d98ba94016fae514eab1ea67
md5sum = ca85c3afd3e626a367b5f1fb0cd8ead7
[template-dcron-service]
filename = template-dcron-service.sh.in
......@@ -54,4 +54,4 @@ md5sum = 58d1a4fe246169dea94d7d243b4bac9e
[template-peertube-restore-script]
filename = template-peertube-restore.sh.in
md5sum = dd19cdff0e5af606a4359f7ccf8beaa5
md5sum = c6971b7b2c503085abecd1999039a8f2
......@@ -56,7 +56,6 @@ 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;
......
......@@ -38,7 +38,6 @@ if [ -e "$pid_file" ]; then
else
echo "Starting postgresql..."
$${postgresql:bin}/postgres -D $${postgresql:pgdata-directory}
wait
fi
tpgwait=60
......
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