Commit f421bb99 authored by Aigerim Shaumenova's avatar Aigerim Shaumenova

Update Install_manual.rst

parent dd8093ae
......@@ -75,7 +75,7 @@
Для работоспособности личного кабинета необходимо
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. В файле ``/etc/nginx/sites-enabled/synergy-base`` добавить следующее:
1. В файле ``/etc/nginx/sites-enabled/synergy-base`` проверить наличие следующих данных:
::
......@@ -91,6 +91,13 @@
}
location /itsm-arm {
allow all;
proxy_pass http://127.0.0.1:8080/itsm-arm;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
}
2. Проверить наличие очередей и их слушателей для ITSM в двух файлах:
......
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