This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # Ignore requests for useless dot files generated by OS X Finder (WebDAV). | |
| # | |
| # This little hack speeds-up a WebDAV access from the Finder significantly and | |
| # also prevents messing storage with these annoying files. | |
| # | |
| location ~ \.(_.*|DS_Store|Spotlight-V100|TemporaryItems|Trashes|hidden)$ { | |
| access_log off; | |
| error_log off; |