Skip to content

Commit fee60fd

Browse files
alkkumputun
authored andcommitted
Readme typo: --assets.404= should be --assets.not-found=
1 parent 672d038 commit fee60fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ There are two ways to set cache duration:
207207
1. A single value for all static assets. This is as simple as `--assets.cache=48h`.
208208
2. Custom duration for different mime types. It should include two parts - the default value and the pairs of mime:duration. In command line this looks like multiple `--assets.cache` options, i.e. `--assets.cache=48h --assets.cache=text/html:24h --assets.cache=image/png:2h`. Environment values should be comma-separated, i.e. `ASSETS_CACHE=48h,text/html:24h,image/png:2h`
209209

210-
Custom 404 (not found) page can be set with `--assets.404=<path>` parameter. The path should be relative to the assets root.
210+
Custom 404 (not found) page can be set with `--assets.not-found=<path>` parameter. The path should be relative to the assets root.
211211

212212
## Using reproxy as a base image
213213

0 commit comments

Comments
 (0)