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