From 2bf746736bce59f2b81c4a13757bc0f5e0e43d98 Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Wed, 23 Jun 2010 23:24:21 +0100 Subject: Rename stuff to jarmon --- docs/nginx.conf.example | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/nginx.conf.example b/docs/nginx.conf.example index 402999c..73420f1 100644 --- a/docs/nginx.conf.example +++ b/docs/nginx.conf.example @@ -34,7 +34,14 @@ http { fastcgi_temp_path /tmp/nginx_fastcgi; types { - application/octet-stream rrd; + application/octet-stream rrd; + text/html html htm shtml; + text/css css; + text/xml xml rss; + image/gif gif; + image/jpeg jpeg jpg; + application/x-javascript js; + text/plain txt; } server { -- cgit v1.2.3-54-g00ecf