This commit is contained in:
maix0 2025-06-16 16:37:20 +02:00 committed by Maieul BOYER
parent aa96d79e47
commit 1bc33ab912
28 changed files with 94 additions and 18 deletions

View file

@ -0,0 +1,4 @@
location /api/icons {
rewrite ^/api/icons/(.*) /$1 break;
proxy_pass http://icons-service/$uri$is_args$args;
}