~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
at main 333 B view raw
1{ 2 admin off 3 auto_https off 4 order respond before reverse_proxy 5 #email ${USER}@vern.cc 6 default_bind unix//home/{$USER}/.webserver.sock 7 log { 8 format console 9 } 10} 11 12http://preview-ajhalili2006.vern.cc { 13 # use an random port here to avoid port collision hellscape 14 reverse_proxy * localhost:18034 15}