Skip to content

Commit

Permalink
docs: integration doc update: fix OIDC/roundcube
Browse files Browse the repository at this point in the history
Fixed bad formatting.

Signed-off-by: Marco Emilio Poleggi <[email protected]>
  • Loading branch information
sphakka committed Nov 7, 2023
1 parent cfea96a commit e9b179f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ dynamically built with bits coming from the FCGI environment:
`<scheme>://<fqdn>[:<port>]/...`. To force HTTPS, Roundcube's conf flag
`use_https` must be set. However, the redirection breaks when the backend
application is listening on a specific port, because the resulting redirect
URI would be something like 'https://<fqdn>:<port>/...'. Thus, to obtain the
URI would be something like `https://<fqdn>:<port>/...`. Thus, to obtain the
correct redirect URI `'https://<fqdn>/...'`, the fastcgi_param SERVER_PORT
must be unset.

Expand Down

0 comments on commit e9b179f

Please sign in to comment.