🎉 Add initial exporter (nodejs) application.

This commit is contained in:
Andrey Antukh 2020-06-29 16:07:48 +02:00 committed by Hirunatan
parent d521416329
commit c2db6d4f35
10 changed files with 1048 additions and 0 deletions

View file

@ -76,6 +76,10 @@ http {
proxy_pass http://127.0.0.1:6060/api;
}
location /export {
proxy_pass http://127.0.0.1:6061/;
}
location /playground {
alias /home/uxbox/uxbox/experiments/;
add_header Cache-Control "no-cache, max-age=0";