now im getting a white page, better than an error i suppose...

This commit is contained in:
Timothy Pidashev
2024-03-07 15:00:48 -08:00
parent 1fee9df3a1
commit 3b7fe795e8

View File

@@ -3,5 +3,13 @@
}
127.0.0.1:80 {
@backend_routes {
path /_event/*
path /_upload
path /ping
}
handle @backend_routes {
reverse_proxy landing:3000
}
}