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
- Host: GitHub
- URL: https://github.com/hogan-yuan/nginx-code
- Owner: hogan-yuan
- License: bsd-2-clause
- Created: 2017-10-26T08:43:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T09:55:35.000Z (over 8 years ago)
- Last Synced: 2026-04-29T08:40:55.998Z (about 2 months ago)
- Topics: nginx, pcre, zlib
- Language: C
- Homepage:
- Size: 3.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
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