mirror of
https://mau.dev/andreijiroh.dev/website
synced 2024-09-13 14:43:13 +00:00
~ajhalili2006 (vern/ctrl-c)
c2870b3fe1
Signed-off-by: ~ajhalili2006 (vern/ctrl-c) <ajhalili2006@vern.cc>
16 lines
333 B
Plaintext
16 lines
333 B
Plaintext
{
|
|
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
|
|
}
|