Skip to content

Commit e9f1cb1

Browse files
committedApr 9, 2025
hotfix: 서버쪽 익텐에서 또는 외부 호출에서 왜 401을 계속 만드는가?! 의심 부분 해결
1 parent 8375920 commit e9f1cb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

Diff for: ‎nginx/conf.d/velog-dashboard-v2-app.conf

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ server {
1717
proxy_set_header X-Real-IP $remote_addr;
1818
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
1919
proxy_set_header X-Forwarded-Proto $scheme;
20+
proxy_set_header access_token $http_access_token;
21+
proxy_set_header refresh_token $http_refresh_token;
2022
proxy_pass http://api:8080;
2123
}
2224

0 commit comments

Comments
 (0)