From ca0136079b9b3ea3f4933f5f18cdc2f452969541 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 7 Feb 2026 22:56:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20nginx=5Ftemplate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx_template | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 nginx_template diff --git a/nginx_template b/nginx_template new file mode 100644 index 0000000..45c11c8 --- /dev/null +++ b/nginx_template @@ -0,0 +1,10 @@ +server { + listen {{ nginx_port }}; + + root /var/www/html; + index index.html index.nginx-debian.html; + + location / { + + } +} \ No newline at end of file