From 66ce79e3f58676c8b527760a482bbddefe73ba11 Mon Sep 17 00:00:00 2001 From: Yan Kasabutski Date: Tue, 18 Mar 2025 00:18:44 +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=20z1/nginx.conf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- z1/nginx.conf | 47 ++++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/z1/nginx.conf b/z1/nginx.conf index c4f9ae5..30ce064 100644 --- a/z1/nginx.conf +++ b/z1/nginx.conf @@ -1,23 +1,24 @@ -# nginx.conf -worker_processes 1; - -events { - worker_connections 1024; -} - -http { - include mime.types; - default_type application/octet-stream; - - # Логирование - access_log /var/log/nginx/access.log; - error_log /var/log/nginx/error.log; - - sendfile on; - tcp_nopush on; - tcp_nodelay on; - keepalive_timeout 65; - types_hash_max_size 2048; - - include /etc/nginx/conf.d/*.conf; -} +# nginx.conf +worker_processes 1; + +events { + worker_connections 1024; +} + +http { + include mime.types; + default_type application/octet-stream; + + # логирование + + access_log /var/log/nginx/access.log; + error_log /var/log/nginx/error.log; + + sendfile on; + tcp_nopush on; + tcp_nodelay on; + keepalive_timeout 65; + types_hash_max_size 2048; + + include /etc/nginx/conf.d/*.conf; +}