documentation
documentation copied to clipboard
Update nginx configuration
- Add
location
directive for generic/.well-known
handling - Remove
rewrite
directives becauseredirect
option returns a 302 status code, which is inconsistent.
It's going the other way around to use specific redirects: https://github.com/nextcloud/documentation/pull/8007