浏览代码

Use advanced url format for local serving example (#742)

Alexander Bayandin 3 年之前
父节点
当前提交
00f8e805a7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/serving_local_files.md

+ 1 - 1
docs/serving_local_files.md

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