mirror of
https://github.com/nxshock/simplefileshare.git
synced 2025-07-02 00:13:36 +05:00
Allow serving unix sockets
This commit is contained in:
parent
c41ff56ffa
commit
4847a2d05a
5 changed files with 35 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
|||
# HTTP-server listen address
|
||||
ListenAddress = ":8000"
|
||||
ListenAddress = "http://0.0.0.0:8000"
|
||||
|
||||
# File storage path
|
||||
StoragePath = "/var/lib/simplefileshare"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue