Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/z41z/nginx-br
- Owner: z41z
- Created: 2023-07-19T08:01:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-25T08:13:37.000Z (over 1 year ago)
- Last Synced: 2024-11-08T19:25:03.211Z (2 months ago)
- Topics: brotli-compression, centos, compiled-nginx, nginx
- Language: HTML
- Homepage:
- Size: 5.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`