From 23b0c64d3c8a5e3cfcd34c1587e5e10085a2eced Mon Sep 17 00:00:00 2001 From: Reisber Date: Sun, 1 Mar 2026 15:33:03 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20NEBULA/nebula.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Reisber --- NEBULA/nebula.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/NEBULA/nebula.md b/NEBULA/nebula.md index f81a679..43f0784 100644 --- a/NEBULA/nebula.md +++ b/NEBULA/nebula.md @@ -204,8 +204,7 @@ nano /etc/nginx/sites-available/sunstone.conf И вставим туда ``` server { - listen 80; - server_name pu-pu-pu-pu-pu-pu.domain.com; + server_name nebula.reisber.space; location / { proxy_pass http://127.0.0.1:9869; @@ -218,7 +217,26 @@ server { proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; + proxy_read_timeout 3600; + proxy_send_timeout 3600; + + proxy_request_buffering off; + proxy_buffering off; + } + location /fireedge/ { + proxy_pass http://127.0.0.1:2617; # порт FireEdge + proxy_http_version 1.1; + + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "upgrade"; + proxy_set_header Host $host; + + proxy_read_timeout 3600; + proxy_send_timeout 3600; + + proxy_buffering off; +} } ``` Сохраним и проверим наш конфиг, а так-же растартнем nginx