ansible-role-nginx/templates/stream/default.conf.j2

4 lines
52 B
Plaintext
Raw Normal View History

server {
listen {{ stream_template_listen }};
}