mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-21 14:09:08 -04:00
Leave socket_binding disabled by default in the configuration example
This commit is contained in:
parent
b4e930f3bc
commit
5f8130fd03
1 changed files with 2 additions and 2 deletions
|
@ -139,7 +139,7 @@ https_only: false
|
|||
## Accepted values: Any path to a new file (that doesn't exist yet)
|
||||
## Default: <none>
|
||||
##
|
||||
socket_binding: /tmp/invidious.sock
|
||||
#socket_binding: /tmp/invidious.sock
|
||||
|
||||
##
|
||||
## Permissions for the UNIX socket specified by 'socket_binding'.
|
||||
|
@ -149,7 +149,7 @@ socket_binding: /tmp/invidious.sock
|
|||
## Accepted values: 000-777
|
||||
## Default: 777
|
||||
##
|
||||
socket_permissions: 777
|
||||
#socket_permissions: 777
|
||||
|
||||
|
||||
# -----------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue