Добавить nginx_template

This commit is contained in:
2026-02-07 22:56:23 +03:00
commit ca0136079b

10
nginx_template Normal file
View File

@@ -0,0 +1,10 @@
server {
listen {{ nginx_port }};
root /var/www/html;
index index.html index.nginx-debian.html;
location / {
}
}