mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-01-18 17:46:39 +00:00
13 lines
296 B
Text
13 lines
296 B
Text
|
{
|
||
|
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
|
||
|
}
|