![[CentOS7] Nginx Self-signed https](https://i0.wp.com/blog.crois.net/wp-content/uploads/2017/12/centos-img.png?resize=360%2C119&ssl=1)
[CentOS7] Nginx Self-signed https
Nginx Self-signed https nginx https 설정을 테스트 합니다. nginx web-server 와 php71 까지 설치후 Test 도메인으로 접속을 테스트 합니다. 1. Nginx 설치 [root@test ~]# vi /etc/yum.repos.d/nginx.repo [nginx] name=nginx baseurl=http://nginx.org/packages/centos/7/$basearch/ gpgcheck=0 enabled=1 [root@test ~]# yum clean all [root@test ~]# yum install -y nginx [root@test ~]# systemctl enable nginx ; systemctl start nginx ... » read more
댓글을 달려면 로그인해야 합니다.