Commit 438ad19b authored by Almas Adamov's avatar Almas Adamov

Update install.rst

parent fa5f0c72
......@@ -142,6 +142,10 @@ http://192.168.4.80:8080/customers).
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
}
location /salesplan{
proxy_pass http://127.0.0.1:8080/salesplan;
}
* открыть Конструктор приложений по адресу ``http://адрес_сервера:порт/constructor``
(например: http://192.168.4.80:8080/constructor), авторизоваться под Системным
......
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