Skip to content

Commit

Permalink
chore: /api/docs로 가는 요청은 Spring Rest Docs로 가게 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
abc5259 committed Aug 3, 2024
1 parent d7e86dd commit 698a168
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ server {
proxy_pass http://dnd:8080;
}

location /api/docs {
proxy_pass http://dnd:8080/docs/index.html;
}

error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
Expand Down

0 comments on commit 698a168

Please sign in to comment.