From 97c7b71067f337d6b3ed4be1f565acf376046e9c Mon Sep 17 00:00:00 2001 From: mfnefd Date: Sun, 3 Nov 2024 22:17:59 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BD=D1=83=20=D0=B8=20=D0=BD=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- balakhonov_danila_lab_3/nginx.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/balakhonov_danila_lab_3/nginx.conf b/balakhonov_danila_lab_3/nginx.conf index 175b1f1..2a816c2 100644 --- a/balakhonov_danila_lab_3/nginx.conf +++ b/balakhonov_danila_lab_3/nginx.conf @@ -1,8 +1,8 @@ -http { - events { - worker_connections 1024; - } +events { + worker_connections 1024; +} +http { server { listen 80; listen [::]:80;