https://github.com/z41z/nginx-br
Nginx & Brotli for CentOS
https://github.com/z41z/nginx-br
brotli-compression centos compiled-nginx nginx
Last synced: 4 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-25T08:13:37.000Z (almost 3 years ago)
- Last Synced: 2025-02-21T16:37:53.194Z (over 1 year 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`