1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-02-02 11:34:20 +02:00

Use plain source URL in Serving local files docs

This commit is contained in:
DarthSim 2019-12-25 17:58:25 +06:00
parent 77bb8a1554
commit 8b87504d06

View File

@ -22,5 +22,5 @@ local:///logos/evil_martians.png
The URl for resizing this image to fit 300x200 will look like this:
```
http://imgproxy.example.com/insecure/fit/300/200/no/0/bG9jYWw6Ly8vbG9n/b3MvZXZpbF9tYXJ0/aWFucy5wbmc.jpg
http://imgproxy.example.com/insecure/fit/300/200/no/0/plain/local:///logos/evil_martians.png@jpg
```