How to add auto-index to any directory for site hosted on Octopus instance?

Events happening in the community are now at Drupal community events on www.drupal.org.

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

BOA

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds:

Hot content this week