From 9e0b6425dd47b2c709e8938c6318ad765da2104b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Ku=C5=9B?= Date: Mon, 18 Aug 2025 19:35:52 +0200 Subject: [PATCH] small correction bodypainter.nginx --- 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 9de2d4f..fac6aa1 100755 --- a/nginx-config/https/https-bodypainter-eu.conf +++ b/nginx-config/https/https-bodypainter-eu.conf @@ -5,8 +5,8 @@ proxy_cache_path /var/cache/nginx05GB levels=1:2 keys_zone=STATIC:50m inactive=24h max_size=500m use_temp_path=off; proxy_cache_path /var/cache/nginx2GB levels=1:2 keys_zone=MEDIA:100m inactive=7d max_size=2g use_temp_path=off;\ - error_log /var/log/nginx/error.log notice; # <-- USTAWIAMY NOTICE - + error_log /var/log/nginx/error.log notice; + server { listen 443 ssl; server_name www.bodypainter.eu;