chore: moving towards agentic development
This commit is contained in:
21
deploy/caddy/Caddyfile
Normal file
21
deploy/caddy/Caddyfile
Normal file
@@ -0,0 +1,21 @@
|
||||
:80 {
|
||||
root * /srv
|
||||
encode gzip zstd
|
||||
|
||||
handle /api/* {
|
||||
reverse_proxy api:8080
|
||||
}
|
||||
|
||||
handle /health {
|
||||
reverse_proxy api:8080
|
||||
}
|
||||
|
||||
handle /swagger/* {
|
||||
reverse_proxy api:8080
|
||||
}
|
||||
|
||||
handle {
|
||||
try_files {path} /index.html
|
||||
file_server
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user