mirror of
https://github.com/willnorris/imageproxy.git
synced 2024-12-30 22:34:18 -05:00
Add readme for expires override option
This commit is contained in:
parent
579128b1ec
commit
056f1c85b9
1 changed files with 7 additions and 0 deletions
|
@ -28,6 +28,13 @@ additional image adjustment options.
|
|||
|
||||
imageproxy URLs are of the form `http://localhost/{options}/{remote_url}`.
|
||||
|
||||
## Override request expires ##
|
||||
To manually override the remote image expiration :
|
||||
|
||||
```
|
||||
imageproxy -override-cache-control="public" -override-expires="Sat, 28 Dec 2199 04:09:32 GMT"
|
||||
```
|
||||
|
||||
### Options ###
|
||||
|
||||
Options are available for cropping, resizing, rotation, flipping, and digital
|
||||
|
|
Loading…
Reference in a new issue