WSL Ubuntu18.04 编译安装 nignx
Posted 八千岁将军
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了WSL Ubuntu18.04 编译安装 nignx相关的知识,希望对你有一定的参考价值。
http://nginx.org/en/download.html
wget http://nginx.org/download/nginx-1.14.0.tar.gz
sudo apt install build-essential libtool libpcre3 libpcre3-dev zlib1g-dev openssl libssl-dev -y
./configure --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-file-aio --with-http_realip_module
sudo make
sudo make install
groupadd www
useradd www -g www
chown -R www:www /usr/local/nginx
启动
sudo /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
以上是关于WSL Ubuntu18.04 编译安装 nignx的主要内容,如果未能解决你的问题,请参考以下文章
在 Ubuntu 18.04 WSL 上安装无人值守的 MySQL 8 社区
无法在 WSL Ubuntu 18.04 上安装 R Shiny Server
WSL下使用VcXsrv启动chromium browser及常见错误解析 (ubuntu18.04, 图形界面)