documentation
documentation copied to clipboard
Improve ngnix config (.well-known)
- avoid rule for
/.well-knownto apply also to e.g./.well-known.xml - deny access to
/.well-knownand/.well-known/ - provide "more understandable" explanation for "regex exception"
- make sure,
/.well-known/acme-challengeand/.well-known/pki-validationare matched as a directory, not the beginning of some other service name - use temporary redirect if nextcloud is not installed in webroot
☑️ Resolves
- Fix #…
🖼️ Screenshots
- /installation/nginx.html
Happy to backport, once accepted.