diff --git a/node_modules/.htaccess b/node_modules/.htaccess new file mode 100644 index 000000000..af1631e4f --- /dev/null +++ b/node_modules/.htaccess @@ -0,0 +1,21 @@ + +# Apache 2.4 + +Require all denied + + Require all granted + + + +# Apache 2.2 + +deny from all +Satisfy All + + Order Allow,Deny + Allow from all + + + +# Apache 2.2 and 2.4 +IndexIgnore * diff --git a/node_modules/web.config b/node_modules/web.config new file mode 100644 index 000000000..9667892e3 --- /dev/null +++ b/node_modules/web.config @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +