Commit cfd094e7 authored by Almas Adamov's avatar Almas Adamov

Update index.rst

parent 005a8af5
...@@ -148,13 +148,13 @@ http://192.168.4.80:8080/customers). ...@@ -148,13 +148,13 @@ http://192.168.4.80:8080/customers).
} }
location /kibana { location /kibana {
proxy_pass http://localhost:5601; proxy_pass http://localhost:5601;
rewrite /kibana/(.*)$ /$1 break; rewrite /kibana/(.*)$ /$1 break;
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade'; proxy_set_header Connection 'upgrade';
proxy_cache_bypass $http_upgrade; proxy_cache_bypass $http_upgrade;
} }
* открыть Конструктор приложений по адресу ``http://адрес_сервера:порт/constructor`` * открыть Конструктор приложений по адресу ``http://адрес_сервера:порт/constructor``
(например: http://192.168.4.80:8080/constructor), авторизоваться под Системным (например: http://192.168.4.80:8080/constructor), авторизоваться под Системным
...@@ -163,6 +163,6 @@ http://192.168.4.80:8080/customers). ...@@ -163,6 +163,6 @@ http://192.168.4.80:8080/customers).
Во-вторых, обязательно выполните пункты `инструкции по внедрению`_. В-последних, обязательно выполните пункты `инструкции по внедрению`_.
.. _`инструкции по внедрению`: http://rtd.lan.arta.kz/docs/experience-introduction-guide/ru/v1.0/ .. _`инструкции по внедрению`: http://rtd.lan.arta.kz/docs/experience-introduction-guide/ru/v1.0/
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