icons started to work yeah
This commit is contained in:
parent
95784c9719
commit
3cccc18e9a
20 changed files with 719 additions and 8 deletions
9
nginx/conf/locations/icons.conf
Normal file
9
nginx/conf/locations/icons.conf
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue