Skip to content

Commit

Permalink
Add Glossary
Browse files Browse the repository at this point in the history
  • Loading branch information
hengkysanjaya123 committed Feb 19, 2024
1 parent f4a423d commit de3ba95
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,11 @@ http {
proxy_pass http://$link:8888$request_uri;
}

location /glossary {
resolver 127.0.0.11 valid=30s;
set $link api_glossary;
proxy_pass http://$link:8080$request_uri;
}

}
}

0 comments on commit de3ba95

Please sign in to comment.