Commit 547f4820 authored by Elizaveta Kakhovskaya's avatar Elizaveta Kakhovskaya

Update index.rst

parent c26c9677
......@@ -75,7 +75,7 @@
--------------------------
Для обновления уже установленного Конструктора приложений до актуальной версии 2.0 необходимо:
Для обновления уже установленного Конструктора приложений до актуальной версии необходимо:
* обновить репозитории:
......@@ -103,9 +103,7 @@
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
}
upstream websocket {
'' close;} upstream websocket {
server 127.0.0.1:8080;
}
......@@ -122,7 +120,8 @@
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
} apt-get update
}
apt-get update
......
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