Advertisement
Guest User

Untitled

a guest
Sep 12th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nginx 0.11 KB | None | 0 0
  1.     location ^~ /vendor/axibase/ {
  2.         proxy_pass http://axibase:8088/;
  3.         proxy_redirect default;
  4.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement