Skip to content

Instantly share code, notes, and snippets.

View sterlingwes's full-sized avatar
🍉

Wes Johnson sterlingwes

🍉
View GitHub Profile
@sterlingwes
sterlingwes / ngx_http_autoindex_module.c
Created August 28, 2012 01:06
Nginx Module: Autoindex in JSON Format
/*
* Copyright (C) Igor Sysoev
* Copyright (C) Nginx, Inc.
* Borrowed from: Zed A. Shaw
* Background: http://serverfault.com/questions/123529/how-can-i-get-json-from-nginx-autoindex
*/
#include <ngx_config.h>