wip
This commit is contained in:
parent
aa96d79e47
commit
1bc33ab912
28 changed files with 94 additions and 18 deletions
4
nginx/conf/locations/icons.conf
Normal file
4
nginx/conf/locations/icons.conf
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
location /api/icons {
|
||||
rewrite ^/api/icons/(.*) /$1 break;
|
||||
proxy_pass http://icons-service/$uri$is_args$args;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue