new proxy

This commit is contained in:
Artur Kuś 2025-10-03 10:58:41 +02:00
parent 1ded13f7f4
commit 8e7c3e55c2
1 changed files with 5 additions and 1 deletions

View File

@ -14,7 +14,11 @@ server {
location / {
# Ograniczenie liczby żądań
limit_req zone=ip_limit burst=20 nodelay;
proxy_pass http://arti24-container:3332;
proxy_pass http://arti24-container:3131;
# 🔹 Doocelowa domena
proxy_set_header X-Redirect-Domain plecianki.pl;
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;