mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-04-29 23:06:24 +02:00
Add option to override expire headers
This commit is contained in:
parent
95bcf70004
commit
3c7ff75344
4 changed files with 28 additions and 3 deletions
|
|
@ -35,6 +35,13 @@ can see the go versions that are tested against in
|
|||
|
||||
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…
Add table
Add a link
Reference in a new issue