ansible-role-nginx/templates/stream/stream.conf.j2
Alessandro Fael Garcia 13a847234e Refactor templating
* Add more advanced HTTP templating options
* Let users choose the upload destination when uploading files
* Implement the ability to print your NGINX configuration to your terminal after running a playbook
2018-10-16 11:52:04 -07:00

4 lines
58 B
Django/Jinja

server {
listen {{ nginx_stream_template_listen }};
}