From 9c6cbdc09607d99a26f952e8b255f14919b79046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Ku=C5=9B?= Date: Mon, 11 Aug 2025 11:39:07 +0200 Subject: [PATCH] Ports fot themself = 3333, 3334(massage), 3335(driving) --- nginx-config/https/https-driving-themself-eu.conf | 2 +- nginx-config/https/https-massage-themself-eu.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx-config/https/https-driving-themself-eu.conf b/nginx-config/https/https-driving-themself-eu.conf index 6bc516f..5b2380c 100644 --- a/nginx-config/https/https-driving-themself-eu.conf +++ b/nginx-config/https/https-driving-themself-eu.conf @@ -17,7 +17,7 @@ server { # Ograniczenie liczby żądań limit_req zone=ip_limit burst=20 nodelay; - proxy_pass http://arti24-container:3004; + proxy_pass http://arti24-container:3335; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; diff --git a/nginx-config/https/https-massage-themself-eu.conf b/nginx-config/https/https-massage-themself-eu.conf index a3c6657..851f85a 100755 --- a/nginx-config/https/https-massage-themself-eu.conf +++ b/nginx-config/https/https-massage-themself-eu.conf @@ -17,7 +17,7 @@ server { # Ograniczenie liczby żądań limit_req zone=ip_limit burst=20 nodelay; - proxy_pass http://arti24-container:3001; + proxy_pass http://arti24-container:3334; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;