Advertisement
hiro1357

install-nginx-to-centos7.sh

Apr 29th, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | None | 0 0
  1. yum -y install http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm
  2. yum -y install --enablerepo=nginx nginx
  3.  
  4. systemctl enable nginx
  5. #for reverse proxy
  6. #setsebool httpd_can_network_connect on -P
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement