Skip to content

Commit

Permalink
Merge pull request #23 from resum-ai/feat/login
Browse files Browse the repository at this point in the history
fix: nginx proxy_pass 관련 재수정
  • Loading branch information
yjoonjang authored Mar 26, 2024
2 parents 68b5943 + 52fb452 commit 7effe7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ server {
listen 80;

location / {
proxy_pass https://resumai;
proxy_pass http://resumai;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
proxy_redirect off;
Expand Down

0 comments on commit 7effe7c

Please sign in to comment.