From 669dd56804347bf591cb5994e555abc24e121d5a Mon Sep 17 00:00:00 2001 From: Mrtn Schndlr Date: Thu, 7 Nov 2024 14:05:44 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9c4e4d5..83bc9ef 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ ddev get barbieswimcrew/ddev-imgproxy && ddev restart ``` -Navigating http://localhost:8081 should display the imgproxy default landingpage. +Navigating https://localhost:8081 should display the imgproxy default landingpage. ## Explanation @@ -33,9 +33,9 @@ This recipe for [DDEV](https://ddev.readthedocs.io) installs a [.ddev/docker-com As soon as imgproxy is running successfully, requests can be sent to imgproxy to convert images from a source format to the desired target format. A prominent scenario for this is the generation of thumbnails: ``` -http://localhost:8081/insecure/size:360:240/plain/http://web:80/web/path/to/image.png@avif +https://localhost:8081/insecure/size:360:240/plain//web/path/to/image.png@avif ``` This request would convert/return the file `web/path/to/image.png` into an AVIF thumbnail with the desired dimensions 360x240px. -**Contributed and maintained by [@barbieswimcrew](https://github.com/barbieswimcrew)** \ No newline at end of file +**Contributed and maintained by [@barbieswimcrew](https://github.com/barbieswimcrew)**