Allow serving unix sockets

This commit is contained in:
NXShock 2025-06-03 12:17:51 +05:00
parent c41ff56ffa
commit 4847a2d05a
5 changed files with 35 additions and 14 deletions

View file

@ -1,5 +1,5 @@
# HTTP-server listen address
ListenAddress = ":8000"
ListenAddress = "http://0.0.0.0:8000"
# File storage path
StoragePath = "/var/lib/simplefileshare"