error_log /var/log/nginx/error.log notice; # USTAWIAMY NOTICE

This commit is contained in:
Artur Kuś 2025-08-18 19:28:34 +02:00
parent 68fd364022
commit 2ed8c03e27
1 changed files with 56 additions and 54 deletions

View File

@ -3,7 +3,9 @@
# Konfiguracja cache (nowa część)
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;
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
server {
listen 443 ssl;