| 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 / |
|
mathias
2017/09/22 07:00:14
Actually the idea was to use sub-domains (e.g. v8.
f.nicolaisen
2017/09/22 07:57:43
Acknowledged.
Assuming this is a must-have. If th
|
| +{ |
| +} |
| + |