Permalink
Browse files

Adding sealer

  • Loading branch information...
akariv committed Dec 27, 2016
1 parent 765b8ba commit 0193f92447ebfc76074c2b45051172309bafa4de
Showing with 3 additions and 0 deletions.
  1. +3 −0 docker-config/frontend/server-rules.conf
@@ -43,6 +43,9 @@ location /fdp-adapter/ {
location /pipelines/ {
proxy_pass http://os-data-importers:5000/;
}
location /sealer/ {
proxy_pass http://sealer:8000/;
}
location /status/tasks {
proxy_pass http://celery-flower:80/;
proxy_http_version 1.1;

0 comments on commit 0193f92

Please sign in to comment.