Replies: 1 comment
-
Lite is only designed to work as the root application I'm afraid (i.e. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to put Structurizr lite (deployed using docker) behind a reverse proxy using nginx. I'm mapping
https://acme.com/structurizr/
tohttp://localhost:8080/
(replaced actual hostname with acme.com). I can accesshttps://acme.com/structurizr/workspace/diagrams
which presents the UI just fine, but shows an error "Authorization header doesn't match", coming from a XHR call tohttps://acme.com/structurizr/api/workspace/1?_=1713440682875
I've set
structurizr.url=https://acme.com/structurizr/
in/usr/local/structurizr/structurizr.properties
Beta Was this translation helpful? Give feedback.
All reactions