1
0

Well, actually .sock is most common name for unix-socket files.

This commit is contained in:
Alexander Andreev 2022-02-17 02:56:36 +04:00
parent 48337bca9f
commit 4edf68611b
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F

View File

@ -1,7 +1,7 @@
# Sets network type (could be tcp{,4,6}, unix) # 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.
listen_on: "unix /tmp/dwelling-upload.socket" listen_on: "unix /tmp/dwelling-upload.sock"
# Salt for hash of uploaded files. # Salt for hash of uploaded files.
# Aim is to make useless a bruteforce of links. # Aim is to make useless a bruteforce of links.
hash_salt: "iyP3oZWHI3xO3XBF7s78Vg" hash_salt: "iyP3oZWHI3xO3XBF7s78Vg"