We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9abb6b commit d277b4dCopy full SHA for d277b4d
nginx.example.com.conf
@@ -32,7 +32,7 @@ server {
32
}
33
34
# Prevent Direct Access To modules/vendor Folders Except Assets
35
- location ~ ^/(modules|vendor)\/(.*)\.((?!ico|gif|jpg|jpeg|png|js\b|css|less|sass|font|woff|woff2|eot|ttf|svg).)*$ {
+ location ~ ^/(modules|vendor)\/(.*)\.((?!ico|gif|jpg|jpeg|png|js\b|css|less|sass|font|woff|woff2|eot|ttf|svg|xls|xlsx).)*$ {
36
deny all;
37
38
0 commit comments