mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00: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:
parent
4cc8a17570
commit
3ad3808ead
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user