commit ca0136079b9b3ea3f4933f5f18cdc2f452969541 Author: alex Date: Sat Feb 7 22:56:23 2026 +0300 Добавить 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