Does anyone know how to change the default base url of the jsoncrack service? #121
Answered
by
IvoLeist
peterwoo339
asked this question in
Q&A
-
Hi everyone, I'm trying to deploy jsoncrack behind a location like "/jsoncrack" on nginx but the default base url is "/" for jsoncrack. Does anyone know how to change the code or any tricks to make this happen? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
IvoLeist
Jan 30, 2023
Replies: 1 comment 1 reply
-
I agree that any guidance on how to set up jsoncrack behind a reverse proxy would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am by far no nginx expert but something along that lines (below) should work, no (?):
*untestested:
In the example above ngi…