Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/z41z/nginx-br

Nginx & Brotli for CentOS
https://github.com/z41z/nginx-br

brotli-compression centos compiled-nginx nginx

Last synced: 16 days ago
JSON representation

Nginx & Brotli for CentOS

Awesome Lists containing this project

README

        

##### Nginx & Brotli for CentOS

- ##### Step 1:Dwonload Nginx
``` bash
git clone https://github.com/z41z/nginx
```

- ##### Step 2:Create link files
``` bash
ln -s /usr/local/nginx/sbin/nginx /usr/bin/nginx
```

- ##### Step 3:Run Nginx
``` bash
nginx
```
`No permission` try run `chmod 777 /usr/local/nginx/sbin/nginx`