Index: modules/adblockplus/files/nginx/fileserver.conf |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/modules/adblockplus/files/nginx/fileserver.conf |
@@ -0,0 +1,7 @@ |
+keepalive_timeout 0; |
+root /var/www; |
+ |
+location / |
+{ |
+} |
+ |