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-19 16:19:28 +0000
commitfa3799a38b9773e3576d64fcddffd7a6c3f564c3 (patch)
treeaf21846ba90044f6aeafb2026d293b8d6e92f3b2
parent17a76a00588640afe6ed5c19b9b813859e42c83c (diff)
downloadgnu-guix-fa3799a38b9773e3576d64fcddffd7a6c3f564c3.tar
gnu-guix-fa3799a38b9773e3576d64fcddffd7a6c3f564c3.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"