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;