Commit aabf8b6c authored by Kristina Markova's avatar Kristina Markova

Update synergy-base

parent 111fbea1
......@@ -135,6 +135,14 @@ Synergy Experience устанавливается отдельным пакет
proxy_set_header X-Real-IP $remote_addr;
access_log /var/log/nginx/constructor.access.log;
}
location /experiece {
allow all;
proxy_pass http://127.0.0.1:8080/experience;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
access_log /var/log/nginx/constructor.access.log;
}
location /kibana {
proxy_pass http://localhost:5601;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment