chore(global): fix some merge conflicts while syncing from nest

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
Andrei Jiroh Halili 2024-10-08 13:33:59 +00:00
parent 5c84218091
commit f0e3f5c93b
3 changed files with 29 additions and 6 deletions

View file

@ -26,3 +26,24 @@ http://matrix.andreijiroh.dev {
bind unix/.matrix.andreijiroh.dev.webserver.sock|777
}
http://blog.andreijiroh.dev {
bind unix/.blog.andreijiroh.dev.webserver.sock|777
reverse_proxy localhost:33291 {
header_up X-Forwarded-Proto https
}
}
http://notepad.recaptime.dev {
bind unix/.notepad.recaptime.dev.webserver.sock|777
reverse_proxy localhost:34171 {
header_up X-Forwarded-Proto https
}
}
http://blog.recaptime.dev {
bind unix/.blog.recaptime.dev.webserver.sock|777
reverse_proxy localhost:37023 {
header_up X-Forwarded-Proto https
}
}