That is why I asked it in this forum first before trying anything. I didn’t compile nginx manually. All I did is using “-b LEMP”, which didn’t setup nginx-full. Since, as you said, nginx full should have come with extras. However, it wasn’t the case. I checked nginx docs; Module ngx_http_secure_link_module (nginx.org)
This module is not built by default, it should be enabled with the
--with-http_secure_link_module
configuration parameter.
That would be great! Thnx!