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

Update index.rst

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