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; - } -}