From db4dad91a4e4b761d499dc8fba8e9a9b65d99c0b Mon Sep 17 00:00:00 2001 From: Yan Kasabutski Date: Tue, 18 Mar 2025 00:13:34 +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/default.conf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du1/default.conf | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 du1/default.conf diff --git a/du1/default.conf b/du1/default.conf deleted file mode 100644 index 7a219e9..0000000 --- a/du1/default.conf +++ /dev/null @@ -1,23 +0,0 @@ -# default.conf -server { - listen 80; - - server_name localhost; - - # Путь до вашего веб-приложения - location / { - root /usr/share/nginx/html; - index index.html index.htm; - } - - # Для обработки ошибок - error_page 404 /404.html; - location = /404.html { - root /usr/share/nginx/html; - } - - error_page 500 502 503 504 /50x.html; - location = /50x.html { - root /usr/share/nginx/html; - } -}