documentation
documentation copied to clipboard
Update nginx configuration
- Add
locationdirective for generic/.well-knownhandling - Remove
rewritedirectives becauseredirectoption 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