<html><head><style>body{font-family:Helvetica,Arial;font-size:13px}</style></head><body style="word-wrap:break-word;line-break:after-white-space"><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto">Hello!</div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto"><br></div><div style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto" id="bloop_customfont"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> nginx -v </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> nginx version: nginx/1.13.7 </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> # Server globals </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> user www-data; </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> worker_processes auto; </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> worker_rlimit_nofile 65535; </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> error_log /var/log/nginx/error.log crit; </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><span style="font-family:"helvetica Neue",helvetica;font-size:14px">pid /var/run/nginx.pid; </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">></span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">></span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><span style="font-family:"helvetica Neue",helvetica;font-size:14px"># Worker config </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><span style="font-family:"helvetica Neue",helvetica;font-size:14px">events { </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><span style="font-family:"helvetica Neue",helvetica;font-size:14px">worker_connections 1024; </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><span style="font-family:"helvetica Neue",helvetica;font-size:14px">use epoll; </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><span style="font-family:"helvetica Neue",helvetica;font-size:14px">multi_accept on; </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><span style="font-family:"helvetica Neue",helvetica;font-size:14px">} </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><span style="font-family:"helvetica Neue",helvetica;font-size:14px">http { </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><span style="font-family:"helvetica Neue",helvetica;font-size:14px">proxy_cache_path /home/admin/cachemaster levels=1:2 keys_zone=my_cache:100m </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><span style="font-family:"helvetica Neue",helvetica;font-size:14px">max_size=1g inactive=60m use_temp_path=off; </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><span style="font-family:"helvetica Neue",helvetica;font-size:14px">}</span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><span style="font-family:"helvetica Neue",helvetica;font-size:14px">server { </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><span style="font-family:"helvetica Neue",helvetica;font-size:14px">l</span><span style="font-family:"helvetica Neue",helvetica;font-size:14px">isten <a href="http://107.170.204.190:443">107.170.204.190:443</a>;</span><span style="font-family:"helvetica Neue",helvetica;font-size:14px"> </span></div><div style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto" id="bloop_customfont"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><span style="font-family:"helvetica Neue",helvetica;font-size:14px">server_name sf1.example </span><a href="http://www.sf1.example/" style="font-family:"helvetica Neue",helvetica;font-size:14px">www.sf1.example</a><span style="font-family:"helvetica Neue",helvetica;font-size:14px">; </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><span style="font-family:"helvetica Neue",helvetica;font-size:14px">ssl on; </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><span style="font-family:"helvetica Neue",helvetica;font-size:14px">ssl_certificate /home/admin/conf/web/ssl.sf1.example.pem; </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><span style="font-family:"helvetica Neue",helvetica;font-size:14px">ssl_certificate_key /home/admin/conf/web/ssl.sf1.example.key; </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><span style="font-family:"helvetica Neue",helvetica;font-size:14px">error_log /var/log/apache2/domains/sf1.example.error.log error; </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><span style="font-family:"helvetica Neue",helvetica;font-size:14px">location / { </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><span style="font-family:"helvetica Neue",helvetica;font-size:14px">proxy_cache my_cache; </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><span style="font-family:"helvetica Neue",helvetica;font-size:14px">proxy_set_header X-Real-IP $remote_addr; </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><span style="font-family:"helvetica Neue",helvetica;font-size:14px">proxy_cache_revalidate on; </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><span style="font-family:"helvetica Neue",helvetica;font-size:14px">proxy_cache_min_uses 3; </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><span style="font-family:"helvetica Neue",helvetica;font-size:14px">proxy_cache_valid 200 301 7d; </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><span style="font-family:"helvetica Neue",helvetica;font-size:14px">proxy_pass </span><a href="https://example/" style="font-family:"helvetica Neue",helvetica;font-size:14px">https://example:443</a><span style="font-family:"helvetica Neue",helvetica;font-size:14px">; </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><span style="font-family:"helvetica Neue",helvetica;font-size:14px">proxy_ignore_headers X-Accel-Expires Expires Cache-Control; </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><span style="font-family:"helvetica Neue",helvetica;font-size:14px">}</span><span style="font-family:"helvetica Neue",helvetica;font-size:14px"> </span></div><div style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto" id="bloop_customfont"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><span style="font-family:"helvetica Neue",helvetica;font-size:14px">} </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><span style="font-family:"helvetica Neue",helvetica;font-size:14px">but the folder /home/admin/cachemaster fills up beyond 1gb, what am i </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><span style="font-family:"helvetica Neue",helvetica;font-size:14px">missing </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><br style="font-family:"helvetica Neue",helvetica;font-size:14px"><span style="font-family:"helvetica Neue",helvetica;font-size:14px">> </span><span style="font-family:"helvetica Neue",helvetica;font-size:14px">Thanks </span></div><div style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto" id="bloop_customfont"><br></div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto"><br></div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px;color:rgba(0,0,0,1.0);margin:0px;line-height:auto">I think is 1GB rather than 1Gb? since the minimum unit is bytes. how long has this be going on? or just a sudden burst?</div> <div id="bloop_sign_1513649798741335040" class="bloop_sign"><br></div></body></html>