From 4edf68611bb82cf63a79981079809f688fef3c02 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Thu, 17 Feb 2022 02:56:36 +0400 Subject: [PATCH] Well, actually .sock is most common name for unix-socket files. --- configs/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/config.yaml b/configs/config.yaml index 9c53444..74c9626 100644 --- a/configs/config.yaml +++ b/configs/config.yaml @@ -1,7 +1,7 @@ # Sets network type (could be tcp{,4,6}, unix) -# and address:port or /path/to/unix.socket to +# and address:port or /path/to/unix.sock to # listen on. -listen_on: "unix /tmp/dwelling-upload.socket" +listen_on: "unix /tmp/dwelling-upload.sock" # Salt for hash of uploaded files. # Aim is to make useless a bruteforce of links. hash_salt: "iyP3oZWHI3xO3XBF7s78Vg"