Re: nginx Digest, Vol 66, Issue 35

2015-04-26 Thread 藤田 浩一
On 2015/04/23 21:00, nginx-requ...@nginx.org wrote: Message: 5 Date: Thu, 23 Apr 2015 11:20:39 +0800 From: Umarzuki Mochlis To:nginx@nginx.org Subject: Re: Couldn't display even 404 or 403 Error page when Nginx Updated to 1.8.0 Message-ID: Content-Type: text/plain; charset=UTF-8

Re: Static files bad loading time

2015-04-26 Thread grigory
Sorry, I forgot to add the following part of the config (from server's block): # Static files location location ~* ^.+\.(jpg|jpeg|gif|png|ico|css|zip|tgz|gz|rar|bz2|doc|xls|exe|pdf|ppt|txt|tar|wav|bmp|rtf|js)$ { if ($args ~* "^download") { add_heade