chore: build
Backend - Build & Lint / build (push) Has been cancelled

This commit is contained in:
Nuxgrid
2026-07-11 19:58:15 +02:00
parent 5ac824be81
commit 536bce4625
3 changed files with 20 additions and 6 deletions
+14
View File
@@ -141,6 +141,20 @@ server {
proxy_set_header X-Forwarded-Proto $scheme;
}
location = /webhook/nowpayement {
limit_except POST { deny all; }
set $upstream_backend http://backend:8080;
proxy_pass $upstream_backend;
proxy_http_version 1.1;
proxy_set_header Connection "";
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
# ---------------------------------------------------
# Webhooks LBTelegram (/webhook/bot1, /webhook/bot2…)
# ---------------------------------------------------