How to avoid sending incomplete request data to backend if 499 error

2019-11-19 Thread feanorknd
Hello... Few days ago I have had this problem... let me explain with log lines: X.X.X.X - - [16/Nov/2019:04:36:17 +0100] "POST /api/budgets/new HTTP/2.0" 200 2239 "" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/86.0.276299193 Mobile/15E1

Re: proxy_cache calculating size error under SSD drive but not SATA drive

2013-07-18 Thread feanorknd
Thanks thanks so much!!! :D I even saw that ticket before posting, but I figured out it was not the problem just because I do use XFS for my nginx_caches at 4 servers without this problem, and also I did test changing the path to point to a XFS partition on SATA drive, and the problem dissapeared.

Re: proxy_cache calculating size error under SSD drive but not SATA drive

2013-07-18 Thread feanorknd
Hello: Each 10 seconds, the core force expires files until http cache size below 64 (limits are defined at 2500Mb at config) grep "cache size" /STORAGE/log.txt 2013/07/18 13:15:22 [debug] 17641#0: http file cache size: 640339 2013/07/18 13:15:22 [debug] 17641#0: http file cache size: 640317

proxy_cache calculating size error under SSD drive but not SATA drive

2013-07-18 Thread feanorknd
Hello: I think I am on the right way, but not sure... The scenario: - Have 2 drives: -> SSD drive - XFS - default options (with noatime, discard) - almost empty -> SATA drive - XFS - default options - almost empty - Kernel variables, shared