Use the correct directive for unix binds.

This commit is contained in:
Joris Vink 2021-04-07 14:51:11 +02:00
parent 9cfcd9a4be
commit a160a9e7ff
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
# Server configuration.
server tls {
bind 127.0.0.1 443
#bind_unix /var/run/kore.sock
#unix /var/run/kore.sock
}
#server notls {