Files
homework16/nginx_template
2026-02-07 22:56:23 +03:00

10 lines
122 B
Plaintext

server {
listen {{ nginx_port }};
root /var/www/html;
index index.html index.nginx-debian.html;
location / {
}
}