Nginx์ proxy์ค์ ๋ฐ ํ์ผ ์์น ์ง์ ๋ฒ์ ๋๋ค ๊ธฐ๋ณธ ์ค์น ์์ ์ ํ ํ์ผ์ /etc/nginx/nginx.conf์ ์์น ํ๊ณ ์์ต๋๋ค. ํ์ง๋ง ์ ํฌ๋ /etc/nginx/conf.d/default.conf ์ฌ๊ธฐ์ ํ์ผ์ ์์ ํ๋ฉด ๋ฉ๋๋ค. nginx.conf์์ default.conf๋ฅผ includeํ๊ณ ์์ผ๋๊น์! ํด๋น ํ์ผ์ ํ์ธํด ๋ณด๋ฉด ์๋์ฒ๋ผ ๋์์๋๋ฐ์ ํด๋น ๋ถ๋ถ์ ์์ ํด ์ฃผ๋ฉด ๋ฉ๋๋ค. ์ค์ ํ์๋ systemctl restart nginx ๋ช ๋ น์ด๋ก Nginx๋ฅผ ์ฌ ์์ ํด์ผ ํฉ๋๋ค. server { listen 80; server_name localhost; #charset koi8-r; #access_log /var/log/nginx/log/host.access.log main; # ..
ํด๋ ๋ด์ proxy.config.json ํ์ผ ์ถ๊ฐ{ "/api/*": { "target": "http://ip์ฃผ์:port๋ฒํธ", "secure": false, "logLevel": "debug" } } ์คํ ๋ช ๋ น์ด ng serve --proxy-config ./proxy.config.json ๋ก ์คํํด ์ค๋๋ค.
- Total
- Today
- Yesterday
- JPA ์์์ฑ๊ด๋ฆฌ
- entityfactory
- spring boot http
- entity type
- ์์ง์์ค
- springboot
- exception์ข ๋ฅ
- SSL
- ํ๋ก์ ์ค์
- nginx
- ์๋ฐ ๊ฐ์๋จธ์
- spring boot ํฌํธ
- HTTPS
- tomcat Ajp
- angular2
- JPA
- ์์กด์ฑ ์ฌ์ดํด
- entitymanager
- spring boot 2.1
- JPA ์ํฐํฐ
- Spring
- spring jpa
- plugin
- ํ๋ฌ๊ทธ์ธ
- JPA๋
- AJP
- https ๋์์ฌ์ฉ
- spring boot
- HTTP
- jpa ๊ฐํ์
์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
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 |