Skip to content

Commit

Permalink
Merge pull request #1913 from Matt75/patch-3
Browse files Browse the repository at this point in the history
Allow .well-known folder on Nginx
  • Loading branch information
kpodemski authored Jan 13, 2025
2 parents 15d2c6f + b88242c commit 0f3c3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basics/installation/nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ server {
}
# .htaccess, .DS_Store, .htpasswd, etc.
location ~ /\. {
location ~ /\.(?!well-known) {
deny all;
}
Expand Down

0 comments on commit 0f3c3b1

Please sign in to comment.