Skip to content

Commit

Permalink
PMM-1441 map /managed/ to pmm-managed endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
delgod committed Oct 16, 2017
1 parent 9786c21 commit d52f4c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,11 @@
proxy_pass http://127.0.0.1:7777;
proxy_read_timeout 86400;
}

# pmm-managed
location /managed {
proxy_pass http://127.0.0.1:7772;
rewrite ^/managed/(.*) /$1 break;
}

}

0 comments on commit d52f4c7

Please sign in to comment.