Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 340 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 340 Bytes
Nginx & Brotli for CentOS
  • Step 1:Dwonload Nginx
    git clone https://github.com/z41z/nginx
  • Step 2:Create link files
    ln -s /usr/local/nginx/sbin/nginx /usr/bin/nginx
  • Step 3:Run Nginx
    nginx

    No permission try run chmod 777 /usr/local/nginx/sbin/nginx