sometimes simpler is better; back to spa design

This commit is contained in:
Timothy Pidashev
2024-03-11 22:19:02 -07:00
parent 8b6a760d91
commit e7f70b4c02
102 changed files with 28 additions and 1171 deletions

View File

@@ -13,19 +13,3 @@ timmypidashev.localhost {
reverse_proxy landing:8000
}
}
about.timmypidashev.localhost {
encode gzip
reverse_proxy about:3000
@backend_routes {
path /_event/*
path /_upload
path /ping
}
handle @backend_routes {
reverse_proxy about:8000
}
}