How to serve the /docs folder on a different port #5521
TedGrahamEmporia
started this conversation in
General
Replies: 1 comment
-
You can create a new virtual host which is bound to a specific port and register armeria/core/src/main/java/com/linecorp/armeria/server/ServerBuilder.java Lines 1588 to 1598 in bc2454a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want my gRPC service exposed on a different port than the DocService so I can control access to the docs via a whitelist. If I create a separate ServerBuilder than the service will be exposed on the documentation port which seems wrong. Suggestions for how to modify the below?
Beta Was this translation helpful? Give feedback.
All reactions