icons started to work yeah

This commit is contained in:
Maieul BOYER 2026-01-16 13:34:51 +01:00 committed by Nigel
parent 95784c9719
commit 3cccc18e9a
20 changed files with 719 additions and 8 deletions

View file

@ -0,0 +1,9 @@
#forward the post request to the microservice
location /api/icons/ {
proxy_pass http://app-icons;
}
location /icons/ {
root /volumes/;
default_type image/png;
}