mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-06-07 13:09:33 +00:00
chore(global): fix some merge conflicts while syncing from nest
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
parent
5c84218091
commit
f0e3f5c93b
3 changed files with 29 additions and 6 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue