Commit 2f171282 authored by Boxiang Sun's avatar Boxiang Sun

peertube: reduce the socket path length

parent 0e352ff7
Pipeline #25080 passed with stage
in 0 seconds
......@@ -18,7 +18,7 @@ md5sum = 35690065ba18dc49d0108fc1f0a07b9e
[instance-peertube]
_update_hash_filename_ = instance-peertube.cfg.in
md5sum = 5c46dd0727254b9ce0dadb396c57834b
md5sum = c20388ca9ad265756291f3429fb084a2
[template-nginx-service]
filename = template-nginx-service.sh.in
......
......@@ -125,7 +125,9 @@ config-file = ${directory:etc}/redis.conf
log-file = ${redis:log}/redis.log
pid-file = ${directory:run}/redis.pid
use-passwd = false
unixsocket = ${:server-dir}/redis.socket
# If we want to run the peertube test locally, the length of the socket path
# should not too long
unixsocket = ${directory:var}/r.socket
# port = 0 means "don't listen on TCP at all" - listen only on unix socket
ipv6 = ::1
port = 0
......
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