Skip to content

Commit

Permalink
Allow .well-known folder on Nginx (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt75 authored Jan 8, 2025
1 parent c171ce4 commit b258962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ http {
}

# .htaccess, .DS_Store, .htpasswd, etc.
location ~ /\. {
location ~ /\.(?!well-known) {
deny all;
}

Expand Down

0 comments on commit b258962

Please sign in to comment.