new proxy
This commit is contained in:
parent
1ded13f7f4
commit
8e7c3e55c2
|
|
@ -14,7 +14,11 @@ server {
|
||||||
location / {
|
location / {
|
||||||
# Ograniczenie liczby żądań
|
# Ograniczenie liczby żądań
|
||||||
limit_req zone=ip_limit burst=20 nodelay;
|
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-Real-IP $remote_addr;
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue