inzanez Wrote:
-------------------------------------------------------
> So, finally can give feedback. Stream works very well for the OpenVPN
Good !
> Only thing I wonder now:
> Can I still use the same instance of NGINX to also handle HTTPS
> requests on 443 (apart from the stream module handling stream)? I have
> no clue how NGINX would be able to tell them apart, but,...maybe that
> works. Would save me another proxy cluster :-)
stream {} and http {} are two different blocks which can be in one file where nginx can handle both, so yes.
-------------------------------------------------------
> So, finally can give feedback. Stream works very well for the OpenVPN
Good !
> Only thing I wonder now:
> Can I still use the same instance of NGINX to also handle HTTPS
> requests on 443 (apart from the stream module handling stream)? I have
> no clue how NGINX would be able to tell them apart, but,...maybe that
> works. Would save me another proxy cluster :-)
stream {} and http {} are two different blocks which can be in one file where nginx can handle both, so yes.