Enable ngx_http_ssl_module on Mac. error /bin/sh: ./config: No such file or directory

IssueI compile the source code of Nginx on Mac OS, enable the ngx_http_ssl_module, and run the follo...
Sep 09, 2020 Nginx Comments 0

nginx configure error the HTTP gzip module requires the zlib library

IssueDownload the nginx source code and configure, run the following commands.$ wget http://nginx.or...
Jul 25, 2020 Nginx Comments 0

Create a Self-Signed Certificate for NGINX on macOS

In order to develop better, sometimes we need to configure https in our own local environment. This ...
Jul 18, 2020 Nginx Comments 0

Start error: nginx: [emerg] https protocol requires SSL support

IssueIn the nginx.conf file, if we use the following directive. Add the ssl configuration, for examp...
Jun 11, 2020 Nginx Comments 0

Nginx configure error: the HTTP rewrite module requires the PCRE library

IssueWhen configure nginx 1.19.0, run the commands../configure --prefix=/opt/nginx-1.19.0But the fol...
Jun 09, 2020 Nginx Comments 0