Skip to content

To solve Ubuntu 16.4 install nginx in a no network environment

License

Notifications You must be signed in to change notification settings

wuxsoft/nginx-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx code

To solve Ubuntu 16.4 install nginx in a no network environment

Library Version

pcre version 8.41, zlib version 1.2.11, nginx version 1.12.2

Install on Ubuntu

$ sudo ./configure --prefix=/usr --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx/nginx.pid --lock-path=/var/lock/nginx.lock --with-pcre=./pcre --with-zlib=./zlib
$ sudo make
$ sudo make install

Documentation

Documentation is available at http://nginx.org

About

To solve Ubuntu 16.4 install nginx in a no network environment

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published