Skip to content

Commit

Permalink
fixed serving artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
godfryd committed Sep 25, 2020
1 parent 72ce6f9 commit af6e6f6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions ui/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@ server {
}

location /artifacts {
alias /var/kraken_storage/public;
}

location /reports {
alias /var/kraken_storage/report;
proxy_pass http://ui_rest;
proxy_next_upstream error timeout invalid_header http_500 http_502 http_503 http_504;
proxy_buffering off;
proxy_set_header Accept-Encoding "";
}


location / {
try_files ${DOLLAR}uri ${DOLLAR}uri/ /index.html;
}
Expand Down

0 comments on commit af6e6f6

Please sign in to comment.