mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Fix ".well-know" rewrites
Fix a bug I introduces before. Normally dot files "." are hidden, but ownCloud has a purpose for some of these. Fixes https://github.com/owncloud/documentation/issues/435#issuecomment-50216858
This commit is contained in:
@@ -425,7 +425,7 @@ Nginx Configuration
|
||||
access_log off;
|
||||
}
|
||||
|
||||
location ~ ^/(?:\.|data|config|db_structure\.xml|README) {
|
||||
location ~ ^/(?:\.htaccess|data|config|db_structure\.xml|README) {
|
||||
deny all;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user