Uh oh!
There was an error while loading. Please reload this page.
Update nginx sample configs with .well-kown webfinger and nodeinfo - #8526
Update nginx sample configs with .well-kown webfinger and nodeinfo#8526Northcode wants to merge 2 commits into
Conversation
Add webfinger and nodeinfo redirects to match apache version. Signed-off-by: Andreas Larsen <andreas@northcode.no>
Add webfinger and nodeinfo redirects to match apache version. Signed-off-by: Andreas Larsen <andreas@northcode.no>
kesselb
commented
Jun 7, 2022
I think we use a different rewrite rule for apache. See nextcloud/server#24860 for more details. Did you see a failing Setup Check in Nextcloud about the missing redirect? |
It was giving me a warning in the server settings about webfinger not being properly configured. And pointed me here: After changing the config to match what I have in this PR, the warning dissapeared. |
kesselb
commented
Jun 8, 2022
Is the rule for webfinger and nodeinfo. Is your Nextcloud installed into a subdirectory? |
Northcode
commented
Jun 8, 2022
I somehow missed that. I'm hosting via the helm chart, which uses But since the rule you mentioned already achieves what I made the PR for I'm closing this then. |
kesselb
commented
Jun 8, 2022
Thank you 👍 |
Noticed these redirects were missing from the nginx docs, only present in the apache ones.