Skip to content

Commit b1b20ff

Browse files
committed
update conf
1 parent d803f2c commit b1b20ff

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,6 @@ And if that doesn't work, you can always use your custom nginx config by passing
110110
* Crop with gravity - http://imageproxy.niiknow.org/rx/100x100,c_1,g_Center/https://static.pexels.com/photos/104827/cat-pet-animal-domestic-104827.jpeg
111111
![Crop with gravity](http://imageproxy.niiknow.org/rx/100x100,c_1,g_Center/https://static.pexels.com/photos/104827/cat-pet-animal-domestic-104827.jpeg)
112112
113+
* Scale with watermark - http://imageproxy.niiknow.org/rx/2000,w_1/https://octodex.github.com/images/codercat.jpg
114+
113115
# MIT

files/etc/nginx/sites-enabled/server.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ server {
249249
image_filter_output $ofmt;
250250
image_filter rotate $rotate;
251251

252-
# image_filter scale $width $height;
252+
# image_filter resize $width $height;
253253
image_filter scale $width $height;
254254
}
255255

0 commit comments

Comments
 (0)