mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-10 03:39:38 +00:00
c2870b3fe1
Signed-off-by: ~ajhalili2006 (vern/ctrl-c) <ajhalili2006@vern.cc>
15 lines
333 B
Caddyfile
15 lines
333 B
Caddyfile
{
|
|
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
|
|
}
|