You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -502,6 +502,8 @@ This directive specifies HTTP request methods that are considered by either [src
502
502
503
503
The following HTTP methods are allowed: `GET`, `HEAD`, `POST`, `PUT`, and `DELETE`. The `GET` and `HEAD` methods are always implicitly included in the list regardless of their presence in this directive.
504
504
505
+
Note that `HEAD` requests are always skipped by [srcache_store](http://wiki.nginx.org/HttpSRCacheModule#srcache_store) because their responses never carry a response body.
506
+
505
507
This directive was first introduced in the `v0.12rc7` release.
506
508
507
509
srcache_ignore_content_encoding
@@ -759,17 +761,17 @@ Installation
759
761
760
762
It is recommended to install this module as well as the Nginx core and many other goodies via the [ngx_openresty bundle](http://openresty.org). It is the easiest way and most safe way to set things up. See OpenResty's [installation instructions](http://openresty.org/#Installation) for details.
761
763
762
-
If you are using Nginx distributions that are not shipped with the [ngx_openresty bundle](http://openresty.org), then you are highly recommended to apply the [nonbuffered-upstream-truncation patch](https://raw.github.com/agentzh/ngx_openresty/master/patches/nginx-1.2.3-nonbuffered-upstream-truncation.patch) to your Nginx source tree.
764
+
If you are using Nginx distributions that are not shipped with the [ngx_openresty bundle](http://openresty.org), then you are highly recommended to apply the [nonbuffered-upstream-truncation patch](https://raw.github.com/agentzh/ngx_openresty/master/patches/nginx-1.2.6-nonbuffered-upstream-truncation.patch) to your Nginx source tree.
763
765
764
766
Alternatively, you can build Nginx with this module all by yourself:
765
767
766
-
* Grab the nginx source code from [nginx.org](http://nginx.org), for example, the version 1.2.3 (see [Nginx Compatibility](http://wiki.nginx.org/HttpSRCacheModule#Compatibility)),
768
+
* Grab the nginx source code from [nginx.org](http://nginx.org), for example, the version 1.2.6 (see [Nginx Compatibility](http://wiki.nginx.org/HttpSRCacheModule#Compatibility)),
767
769
* and then download the latest version of the release tarball of this module from srcache-nginx-module [file list](http://github.com/agentzh/srcache-nginx-module/tags),
768
770
* and finally build the Nginx source with this module
Copy file name to clipboardExpand all lines: doc/HttpSRCacheModule.wiki
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -478,6 +478,8 @@ This directive specifies HTTP request methods that are considered by either [[#s
478
478
479
479
The following HTTP methods are allowed: <code>GET</code>, <code>HEAD</code>, <code>POST</code>, <code>PUT</code>, and <code>DELETE</code>. The <code>GET</code> and <code>HEAD</code> methods are always implicitly included in the list regardless of their presence in this directive.
480
480
481
+
Note that <code>HEAD</code> requests are always skipped by [[#srcache_store|srcache_store]] because their responses never carry a response body.
482
+
481
483
This directive was first introduced in the <code>v0.12rc7</code> release.
482
484
483
485
== srcache_ignore_content_encoding ==
@@ -720,17 +722,17 @@ This variable was first introduced in the <code>v0.14</code> release.
720
722
721
723
It is recommended to install this module as well as the Nginx core and many other goodies via the [http://openresty.org ngx_openresty bundle]. It is the easiest way and most safe way to set things up. See OpenResty's [http://openresty.org/#Installation installation instructions] for details.
722
724
723
-
If you are using Nginx distributions that are not shipped with the [http://openresty.org ngx_openresty bundle], then you are highly recommended to apply the [https://raw.github.com/agentzh/ngx_openresty/master/patches/nginx-1.2.3-nonbuffered-upstream-truncation.patch nonbuffered-upstream-truncation patch] to your Nginx source tree.
725
+
If you are using Nginx distributions that are not shipped with the [http://openresty.org ngx_openresty bundle], then you are highly recommended to apply the [https://raw.github.com/agentzh/ngx_openresty/master/patches/nginx-1.2.6-nonbuffered-upstream-truncation.patch nonbuffered-upstream-truncation patch] to your Nginx source tree.
724
726
725
727
Alternatively, you can build Nginx with this module all by yourself:
726
728
727
-
* Grab the nginx source code from [http://nginx.org nginx.org], for example, the version 1.2.3 (see [[#Compatibility|Nginx Compatibility]]),
729
+
* Grab the nginx source code from [http://nginx.org nginx.org], for example, the version 1.2.6 (see [[#Compatibility|Nginx Compatibility]]),
728
730
* and then download the latest version of the release tarball of this module from srcache-nginx-module [http://github.com/agentzh/srcache-nginx-module/tags file list],
729
731
* and finally build the Nginx source with this module
0 commit comments