[TIC-Web] sets the format of a directory listing 75/116575/1
authorChangHyun Lee <leechwin.lee@samsung.com>
Mon, 27 Feb 2017 05:42:31 +0000 (14:42 +0900)
committerChangHyun Lee <leechwin.lee@samsung.com>
Mon, 27 Feb 2017 05:42:31 +0000 (14:42 +0900)
- json format is use

Change-Id: Id6a9d907f8c5557eee4cc5380638d50c6cab6d91
Signed-off-by: ChangHyun Lee <leechwin.lee@samsung.com>
post_script/default

index 9bca9bc..9631fe2 100644 (file)
@@ -60,7 +60,7 @@ server {
                autoindex on;
                autoindex_localtime on;
                autoindex_exact_size off;
-               #autoindex_format json;
+               autoindex_format json;
        }
 
        # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000