티스토리 뷰
1
2
3
4
5
6
7
8
9
10
11
12
13
|
server {
listen 80;
listen [::]:80;
server_name localhost;
location / {
proxy_pass http://localhost:8080;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
}
}
|
cs |
1
2
3
|
sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt-get update
sudo apt-get install openjdk-8-jdk
|
cs |
'7. 클라우드(2)' 카테고리의 다른 글
AWS EC2 Spring Boot & React Hawaii-IZZI (0) | 2020.09.08 |
---|---|
AWS EC2 와 Intellij 연결하기 (0) | 2020.09.08 |
AWS EC2에 Flask 업로드 (0) | 2020.09.04 |
AWS EC2에 Nginx 로 jar 실행하기 (0) | 2020.09.03 |
AWS EC2에 Jar File 업로드 (0) | 2020.09.02 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- maven
- terms
- jQuery
- Eclipse
- vscode
- tensorflow
- JPA
- springMVC
- Git
- FLASK
- SpringBoot
- AWS
- JUnit
- ERD
- COLAB
- KAFKA
- database
- Django
- Mongo
- Java
- React
- Oracle
- nodejs
- Algorithm
- Python
- intellij
- Mlearn
- docker
- SQLAlchemy
- mariadb
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함