Skip to content

Commit

Permalink
add QAN 2 interface
Browse files Browse the repository at this point in the history
  • Loading branch information
delgod committed May 5, 2017
1 parent 369f606 commit 6816662
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@
alias /usr/share/percona-qan-app;
}

# QAN App 2
location /qan2 {
alias /usr/share/percona-qan-app2;
try_files $uri$args $uri$args/ /index.html break;
}

# QAN API
rewrite ^/qan-api$ /qan-api/;
location /qan-api {
Expand Down

0 comments on commit 6816662

Please sign in to comment.