small correction bodypainter.nginx

This commit is contained in:
Artur Kuś 2025-08-18 19:35:52 +02:00
parent 2ed8c03e27
commit 9e0b6425dd
1 changed files with 2 additions and 2 deletions

View File

@ -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;