From 9c8abd4d2c156ddd2d9bffb3514b83ec7ee33685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Ku=C5=9B?= Date: Mon, 18 Aug 2025 18:36:18 +0200 Subject: [PATCH] proxy_pass https://arti24-container:3000; a nie http! --- nginx-config/https/https-bodypainter-eu.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx-config/https/https-bodypainter-eu.conf b/nginx-config/https/https-bodypainter-eu.conf index 25f430c..573d997 100755 --- a/nginx-config/https/https-bodypainter-eu.conf +++ b/nginx-config/https/https-bodypainter-eu.conf @@ -41,7 +41,7 @@ # Nowe lokacje dla cache'owania location ~* \.(jpg|jpeg|png|gif|ico|webp)$ { - proxy_pass http://arti24-container:3000; + proxy_pass https://arti24-container:3000; proxy_cache MEDIA; proxy_cache_valid 200 30d; proxy_cache_use_stale error timeout updating; @@ -55,7 +55,7 @@ } location ~* \.(css|js)$ { - proxy_pass http://arti24-container:3000; + proxy_pass https://arti24-container:3000; proxy_cache STATIC; proxy_cache_valid 200 7d; proxy_cache_use_stale error timeout updating;