Leave socket_binding disabled by default in the configuration example

This commit is contained in:
Caian Benedicto 2024-12-14 05:39:03 -03:00
parent b4e930f3bc
commit 5f8130fd03

View File

@ -139,7 +139,7 @@ https_only: false
## Accepted values: Any path to a new file (that doesn't exist yet) ## Accepted values: Any path to a new file (that doesn't exist yet)
## Default: <none> ## Default: <none>
## ##
socket_binding: /tmp/invidious.sock #socket_binding: /tmp/invidious.sock
## ##
## Permissions for the UNIX socket specified by 'socket_binding'. ## Permissions for the UNIX socket specified by 'socket_binding'.
@ -149,7 +149,7 @@ socket_binding: /tmp/invidious.sock
## Accepted values: 000-777 ## Accepted values: 000-777
## Default: 777 ## Default: 777
## ##
socket_permissions: 777 #socket_permissions: 777
# ----------------------------- # -----------------------------