일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- springboot #controller #jsp
- SpringSecurity
- Web
- postman
- install
- development
- mssql
- tcping
- 환경변수
- sqldeveloper
- undefined
- apache
- SpringInitializer
- springboot
- 스프링부트 #springboot #project #Intellij
- 스프링시큐리티
- Oracle11g
- IntelliJ
- 스프링부트
- RESTful
- restapi
- Developer
- Tomcat #SpringFramework
- HATEOAS
- Database
- ojdbc
- Maven
- oracle
- 웹개발
- mysql
Archives
- Today
- Total
목록Web Server & WAS/Nginx (1)
여백에 도장 찍기
NGINX 설치 및 SSL 설정 (CentOS7)
1. NGINX 설치 및 시작 CentOS 7 환경에 Nginx를 설치하기 위해서는 'epel-release' 라는 rpm을 먼저 설치해주어야 한다. [root@localhost ~]# yum -y install epel-release [root@localhost ~]# yum -y install nginx NGINX를 부팅 시 실행시키는 심볼릭 링크를 생성하고, NGINX를 시작한다. [root@localhost ~]# systemctl enable nginx [root@localhost ~]# systemctl start nginx 2. NGINX 설정 파일에서 HTTP > HTTPS Redirection 설정 적용 CentOS7에서 Default로 설정된 Nginx 설정파일은 '/etc/nginx/..
Web Server & WAS/Nginx
2019. 3. 18. 15:38