Skip to content

Commit

Permalink
Merge pull request #33 from Tico-Corp/feature-be/TICO-147-update-ngin…
Browse files Browse the repository at this point in the history
…x-https-proxy-config

[FIX] Nginx HTTPS  프록시 설정 추가 (TICO-147)
  • Loading branch information
bu119 authored Jul 11, 2024
2 parents a594538 + 177effb commit 061c6fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx/conf/conf.d/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ server {
ssl_certificate_key /etc/letsencrypt/live/pomorodo.shop/privkey.pem;

# 원하는 서비스를 제공하는 2차 라우팅
location /api {
proxy_pass http://pomorodo.shop:8080;
location /api/ {
proxy_pass http://pomorodo.shop:8080/;
proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
Expand Down

0 comments on commit 061c6fc

Please sign in to comment.