Reverse proxy works locally :D

This commit is contained in:
Timothy Pidashev
2024-03-09 03:15:53 -08:00
parent fde907781a
commit cb2ac819e0
4 changed files with 61 additions and 23 deletions

View File

@@ -1,15 +1,15 @@
{
auto_https off
}
timmypidashev.localhost {
encode gzip
127.0.0.1:80 {
@backend_routes {
reverse_proxy landing:3000
@backend_routes {
path /_event/*
path /_upload
path /ping
}
handle @backend_routes {
reverse_proxy landing:3000
reverse_proxy landing:8000
}
}