From 042f213869131bb6c8dddcc0185525ae48f589ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Ku=C5=9B?= Date: Mon, 11 Aug 2025 11:16:45 +0200 Subject: [PATCH] Moving port from 3030 -> 3333 --- nginx-config/https/https-themself-eu.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-config/https/https-themself-eu.conf b/nginx-config/https/https-themself-eu.conf index 92b141c..022393d 100755 --- a/nginx-config/https/https-themself-eu.conf +++ b/nginx-config/https/https-themself-eu.conf @@ -17,7 +17,7 @@ server { # Ograniczenie liczby żądań limit_req zone=ip_limit burst=20 nodelay; - proxy_pass http://arti24-container:3030; + proxy_pass http://arti24-container:3333; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;