mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
caddy update
This commit is contained in:
15
caddyfile.dev
Normal file
15
caddyfile.dev
Normal file
@@ -0,0 +1,15 @@
|
||||
timmypidashev.localhost {
|
||||
encode gzip
|
||||
|
||||
reverse_proxy web:3000
|
||||
|
||||
@backend_routes {
|
||||
path /_event/*
|
||||
path /_upload
|
||||
path /ping
|
||||
}
|
||||
|
||||
handle @backend_routes {
|
||||
reverse_proxy web:8000
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user