forked from Telodendria/Telodendria
Jordan Bancino
95342f7ad1
Before this commit, the directory structure was a mess. So messy, in fact, that it would be incredibly inconvenient to modify it in the existing repo. So, here's a new repo. That shouldn't happen again.
9 lines
261 B
ApacheConf
9 lines
261 B
ApacheConf
#
|
|
# 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
|
|
}
|