Posted by dextra222 on September 9, 2011 at 10:13pm
Last updated by dextra222 on Fri, 2011-09-09 22:13
Last updated by dextra222 on Fri, 2011-09-09 22:13
Use (and clone if needed) this snippet in your /data/disk/USER/config/server_master/nginx/post.d/nginx_vhost_include.conf file:
---
location ~* /uri/of/auto/indexed/dir {
autoindex on;
}
---
See also: http://drupalcode.org/project/octopus.git/blob/HEAD:/docs/HINTS.txt#l16
You can use the same snippet in your custom vhost for any non-drupal site.
thanks omega8cc
Are there other ways to do this? Maybe more mouse driven ones :)
... or aegir/barracuda/octopus driven recipes
dextra222