13a847234e
* 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
4 lines
58 B
Django/Jinja
4 lines
58 B
Django/Jinja
server {
|
|
listen {{ nginx_stream_template_listen }};
|
|
}
|