File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,12 @@ base_uri example.com
5151` base_uri ` should be your hydra servers proxied URL. If you are using
5252Hydra nixos module then setting ` hydraURL ` option should be enough.
5353
54- If you want to serve Hydra with a prefix path, for example
55- [ http://example.com/hydra ] ( ) then you need to configure your reverse
56- proxy to pass ` X-Request-Base ` to hydra, with prefix path as value. For
57- example if you are using nginx, then use configuration similar to
54+ You also need to configure your reverse proxy to pass ` X-Request-Base `
55+ to hydra, with the same value as ` base_uri ` .
56+ This also covers the case of serving Hydra with a prefix path,
57+ as in [ http://example.com/hydra ] ( ) .
58+
59+ For example if you are using nginx, then use configuration similar to
5860following:
5961
6062 server {
You can’t perform that action at this time.
0 commit comments