rewored monetix gateawy to port 8084

This commit is contained in:
Stephan D
2025-12-05 03:39:59 +01:00
parent fd07c10cba
commit 85fb567ed9
6 changed files with 8 additions and 8 deletions

View File

@@ -43,7 +43,7 @@
}
handle @monetixSuccess {
rewrite * /monetix/callback
reverse_proxy sendico_mntx_gateway:8080
reverse_proxy sendico_mntx_gateway:8084
header Cache-Control "no-cache, no-store, must-revalidate"
}
@@ -54,7 +54,7 @@
}
handle @monetixFail {
rewrite * /monetix/callback
reverse_proxy sendico_mntx_gateway:8080
reverse_proxy sendico_mntx_gateway:8084
header Cache-Control "no-cache, no-store, must-revalidate"
}