small correction bodypainter.nginx
This commit is contained in:
parent
2ed8c03e27
commit
9e0b6425dd
|
|
@ -5,7 +5,7 @@
|
||||||
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/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
|
error_log /var/log/nginx/error.log notice;
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue