diff options
author | Richard Wall <richard@aziz> | 2010-06-23 23:24:21 +0100 |
---|---|---|
committer | Richard Wall <richard@aziz> | 2010-06-23 23:24:21 +0100 |
commit | 2bf746736bce59f2b81c4a13757bc0f5e0e43d98 (patch) | |
tree | eea2836d5ae09522874e23b402adf5a39ee6e245 /docs | |
parent | 0ca1d509416149a83343baf35599b97a97d0bbb9 (diff) |
Rename stuff to jarmon
Diffstat (limited to 'docs')
-rw-r--r-- | docs/nginx.conf.example | 9 |
1 files changed, 8 insertions, 1 deletions
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 { |