website/vern.Caddyfile
~ajhalili2006 (vern/ctrl-c) c2870b3fe1
Update repo README and some docs + Caddyfile config
Signed-off-by: ~ajhalili2006 (vern/ctrl-c) <ajhalili2006@vern.cc>
2022-12-26 17:28:16 +00:00

15 lines
333 B
Text

{
admin off
auto_https off
order respond before reverse_proxy
#email ${USER}@vern.cc
default_bind unix//home/{$USER}/.webserver.sock
log {
format console
}
}
http://preview-ajhalili2006.vern.cc {
# use an random port here to avoid port collision hellscape
reverse_proxy * localhost:18034
}