This commit is contained in:
@@ -8,16 +8,16 @@
|
||||
{$CADDY_BASE_HOST} {
|
||||
route {
|
||||
crowdsec
|
||||
encode zstd gzip
|
||||
reverse_proxy http://frontend:3000
|
||||
handle_path /api/* {
|
||||
reverse_proxy http://backend:3000
|
||||
}
|
||||
handle_path /profileImages/* {
|
||||
rewrite * /sorvor{path}
|
||||
reverse_proxy http://minio:9000
|
||||
}
|
||||
encode zstd gzip
|
||||
reverse_proxy http://frontend:3000
|
||||
handle_path /api/* {
|
||||
reverse_proxy http://backend:3000
|
||||
}
|
||||
handle_path /profileImages/* {
|
||||
rewrite * /sorvor{path}
|
||||
reverse_proxy http://minio:9000
|
||||
|
||||
}
|
||||
}
|
||||
log {
|
||||
output file /var/log/caddy/access.log
|
||||
|
||||
Reference in New Issue
Block a user