forked from Telodendria/Telodendria
10 lines
261 B
Text
10 lines
261 B
Text
|
#
|
||
|
# httpd.conf: An OpenBSD httpd(8) configuration file for running
|
||
|
# Telodendria. Note that this is a development configuration that
|
||
|
# should be adapted using the httpd.conf(5) man page for production
|
||
|
# use.
|
||
|
#
|
||
|
server "matrix" {
|
||
|
listen on localhost port http
|
||
|
}
|