After pulling in Simplify Nginx no-default sites for HTTPS by swalkinshaw · Pull Request #1414 · roots/trellis · GitHub and re-provisioning local, my team and I ran into this error:
nginx: [emerg] duplicate listen options for [::]:443 in /etc/nginx/sites-
enabled/ssl.no-default.conf:11
nginx: configuration file /etc/nginx/nginx.conf test failed
To fix, we removed the following files and re-provision:
/etc/nginx/sites-available/ssl.no-default.conf
/etc/nginx/sites-enabled/ssl.no-default.conf
Hope that helps someone else get back up and running