Skip to content

Commit

Permalink
Merge pull request #1910 from Matt75/patch-1
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 b3d4406 + 34d214b commit d1c5c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basics/installation/advanced/nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ server {
# .htaccess, .DS_Store, .htpasswd, etc.
location ~ /\. {
location ~ /\.(?!well-known) {
deny all;
}
Expand Down

0 comments on commit d1c5c8a

Please sign in to comment.