Skip to content

Commit

Permalink
Update rabbitmq rules in the Caddyfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-zaiaev committed Dec 9, 2024
1 parent 0e30415 commit 004b358
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,13 @@
reverse_proxy /health-check/* http://waldur-mastermind-api:80
reverse_proxy /auth/* http://keycloak:8080

reverse_proxy /ws http://waldur-queue:15675 {
header_up Host {host}
header_up X-Forwarded-For {remote}
header_up X-Real-IP {remote}
route /rmqws {
rewrite /rmqws /ws
reverse_proxy http://waldur-queue:15675 {
header_up Host {host}
header_up X-Forwarded-For {remote}
header_up X-Real-IP {remote}
}
}

import /etc/caddy-includes/*.conf
Expand Down

0 comments on commit 004b358

Please sign in to comment.