$ cat /etc/redhat-release Red Hat Enterprise Linux release 9.1 (Plow) $ sudo yum install pcre-devel $ curl -OL http://nginx.org/download/nginx-1.23.3.tar.gz $ cd nginx-1.23.3 $ ./configure \ --prefix=/home/end0tknr/local/nginx \ --with-http_ssl_module $ make $ make install