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;