Skip to content

Commit

Permalink
updated proxy config
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhecher committed Aug 18, 2015
1 parent 62f25d6 commit dc9bfd2
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions etc/nginx/sites-available/duraark-platform-api.conf
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
location / {
proxy_pass http://workbench-ui-v0.7.0:4200/;
#proxy_pass http://juliet.cgv.tugraz.at:443;
proxy_pass http://workbench-ui:4200/;
}

location /api/v0.7/sessions/ {
proxy_pass http://microservice-sessions-v0.7.0:5011/;
proxy_pass http://duraark-sessions:5011/;
}

location /api/v0.7/metadata-extraction/ {
proxy_pass http://microservice-metadata-extraction-v0.7.0:5012/;
location /api/v0.7/metadata/ {
proxy_pass http://duraark-metadata:5012/;
}

location /api/v0.7/sda/ {
proxy_pass http://microservice-sda-v0.7.0:5013/;
proxy_pass http://duraark-sda:5013/;
}

location /api/v0.7/archival/ {
proxy_pass http://microservice-sipgenerator-v0.7.0:5015/;
location /api/v0.7/geometricenrichment/ {
proxy_pass http://duraark-geometricenrichment:5014/;
}

location /api/v0.7/digitalpreservation/ {
proxy_pass http://duraark-digtialpreservation:5015/;
}

0 comments on commit dc9bfd2

Please sign in to comment.