Change socket_binding to a nested configuration in YAML

This commit is contained in:
Caian Benedicto
2024-12-14 15:18:25 -03:00
parent 48d2250024
commit 275318dae2
3 changed files with 16 additions and 8 deletions

View File

@@ -140,7 +140,9 @@ https_only: false
## permissions following the UNIX octal convention.
## Default: <none>
##
#socket_binding: /tmp/invidious.sock,777
#socket_binding:
# path: /tmp/invidious.sock
# permissions: 777
# -----------------------------