[solved] V7 - nginx config generated by bench

Hi,
Just found since upgrading to v7 and regenerating nginx config (bench setup nginx), the sites configured for SSL no longer worked returning ‘ERR_SSL_PROTOCOL_ERROR’.

Upon checking the nginx.conf file in config folder, found the config was missing the ssl after port number as below. Manually adding in, the sites were accessible again. Anyone able to confirm if this is a bug in nginx template or bench?

server { listen 443;

Disregard, found code ssl on; exists and appears to be working after clearing nginx config, bench update and bench setup nginx again.