From eff1c31ac63589ef584011a46ea70c5296f05fdb Mon Sep 17 00:00:00 2001 From: Yan Kasabutski Date: Mon, 17 Mar 2025 21:48:22 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20du?= =?UTF-8?q?1/nginx.conf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du1/nginx.conf | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 du1/nginx.conf diff --git a/du1/nginx.conf b/du1/nginx.conf deleted file mode 100644 index c4f9ae5..0000000 --- a/du1/nginx.conf +++ /dev/null @@ -1,23 +0,0 @@ -# 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; -}