Downloader path problems

Hi, I’m using the downloader integration to download images from the web. I created the ‘downloads’ folder in the main /config folder.
The integration works and I find the images correctly saved in the folder, but I can’t view them in a picture entity.
what would be the correct URL to use?
I tried:
/config/downloads/img1.jpg
/downloads/img1.jpg
http://my-ip:8123/config/downloads/img1.jpg
http://my-ip:8123/downloads/img1.jpg

nothing seems to work
thank you

http to the HA server path starts in the www directory. And, is called /local.

So, put them in www/downloads.

Then, use http://my-ip:8123/local/downloads/img1.jpg