An open API service indexing awesome lists of open source software.

https://github.com/hogan-yuan/nginx-code

To solve Ubuntu 16.4 install nginx in a no network environment
https://github.com/hogan-yuan/nginx-code

nginx pcre zlib

Last synced: 30 days ago
JSON representation

To solve Ubuntu 16.4 install nginx in a no network environment

Awesome Lists containing this project

README

          

# 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

```bash

$ 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