We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 246a901 commit 3a5f983Copy full SHA for 3a5f983
files/etc/nginx/sites-enabled/server.conf
@@ -246,6 +246,10 @@ server {
246
image_filter rotate $rotate;
247
248
image_filter resize $width $height;
249
+
250
+# use watermark directive last
251
+# image_filter watermark /path/to/watermark.png [ bottom-right (default) | top-left | top-right | bottom-left | center ];
252
253
}
254
255
location /cmd/crop {
@@ -267,6 +271,10 @@ server {
267
271
268
272
image_filter_crop_offset $crop_offx $crop_offy;
269
273
image_filter crop $width $height;
274
275
276
277
270
278
279
280
location @handle_redirect {
0 commit comments