일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- RESTful
- SpringSecurity
- undefined
- 웹개발
- IntelliJ
- sqldeveloper
- postman
- 환경변수
- mssql
- restapi
- 스프링부트
- install
- 스프링시큐리티
- apache
- SpringInitializer
- springboot
- Tomcat #SpringFramework
- Web
- 스프링부트 #springboot #project #Intellij
- development
- tcping
- Developer
- mysql
- HATEOAS
- oracle
- Maven
- springboot #controller #jsp
- ojdbc
- Oracle11g
- Database
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