fixed fee direction

This commit is contained in:
Stephan D
2026-03-05 13:24:41 +01:00
parent 1e376da719
commit 4a5e26b03a
69 changed files with 8677 additions and 82 deletions

View File

@@ -31,10 +31,10 @@
reverse_proxy dev-notification:8081
}
# Monetix callbacks -> mntx gateway
# Aurora callbacks -> aurora gateway
handle /gateway/m/* {
rewrite * /monetix/callback
reverse_proxy dev-mntx-gateway:8084
rewrite * /aurora/callback
reverse_proxy dev-aurora-gateway:8084
header Cache-Control "no-cache, no-store, must-revalidate"
}