summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <christopher.baines@digital.cabinet-office.gov.uk>2016-12-12 08:06:18 +0000
committerChristopher Baines <christopher.baines@digital.cabinet-office.gov.uk>2017-02-06 21:51:07 +0000
commit6bc749f3b4f8c5845903dab6ad7f03c28593e7a2 (patch)
tree8afe8f9304734b56e69f98d518f33ba49ebb8e80
parentb1743e635346bbd068af2cbdb735736ab15a22ae (diff)
downloadgnu-guix-6bc749f3b4f8c5845903dab6ad7f03c28593e7a2.tar
gnu-guix-6bc749f3b4f8c5845903dab6ad7f03c28593e7a2.tar.gz
Add mime types include to nginx
-rw-r--r--gnu/services/web.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/services/web.scm b/gnu/services/web.scm
index 11408d7b0e..5f019caf1c 100644
--- a/gnu/services/web.scm
+++ b/gnu/services/web.scm
@@ -186,6 +186,7 @@ of index files."
"pid " run-directory "/pid;\n"
"error_log " log-directory "/error.log info;\n"
"http {\n"
+ " include " nginx "/share/nginx/conf/mime.types;\n"
" client_body_temp_path " run-directory "/client_body_temp;\n"
" proxy_temp_path " run-directory "/proxy_temp;\n"
" fastcgi_temp_path " run-directory "/fastcgi_temp;\n"