~ajhalili2006's personal website, built with Zensical (successor of Material for Mkdocs) [old repo name got bugged while attempting to do manual knot migration via repo deletion] andreijiroh.dev
zensical mkdocs-material website

Add Caddyfile for devbuild on ~vern

I might expand this to include other stuff soon, but in meanwhile, this is
for making proxying the dev server more easier than painfully use an proxy
service for that.

Signed-off-by: ~ajhalili2006 (vern/ctrl-c) <ajhalili2006@vern.cc>

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