Skip to content

Commit ffa9ab7

Browse files
committed
doc: typo fix from javasboy in #27.
1 parent 4de8702 commit ffa9ab7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ You can specify arbitrary positive numbers for the response status code that you
552552

553553
```nginx
554554
555-
srcache_store 200 201 301 302 404 503;
555+
srcache_store_statuses 200 201 301 302 404 503;
556556
```
557557

558558
At least one argument should be given to this directive.

doc/HttpSRCacheModule.wiki

+1-1
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ By default, only <code>200</code>, <code>301</code>, and <code>302</code> respon
444444
You can specify arbitrary positive numbers for the response status code that you'd like to cache, even including error code like <code>404</code> and <code>503</code>. For example:
445445

446446
<geshi lang="nginx">
447-
srcache_store 200 201 301 302 404 503;
447+
srcache_store_statuses 200 201 301 302 404 503;
448448
</geshi>
449449

450450
At least one argument should be given to this directive.

0 commit comments

Comments
 (0)