install missing modules.
PCRE not need download source, just install below modules. especilly libpcre++-dev,
I think libpcre2-dev is enough, but the nginx need c++ wrapper, so libpcre++-dev also needed.
sudo apt-get install libpcre2-dev
sudo apt-get install pcre2-utilssudo apt-get install libpcre++-dev
sudo apt-get install libssh-dev
change user to the ubuntu user in nginx.conf.
本文介绍如何通过安装特定的依赖模块来配置Nginx,包括libpcre2-dev、pcre2-utils、libpcre++-dev和libssh-dev等。确保正确设置Ubuntu用户的权限。
2437

被折叠的 条评论
为什么被折叠?



