~ubuntu-branches/ubuntu/gutsy/nginx/gutsy

« back to all changes in this revision

Viewing changes to conf/nginx.conf

  • Committer: Bazaar Package Importer
  • Author(s): Arthur Loiret
  • Date: 2007-06-28 13:26:42 UTC
  • Revision ID: james.westby@ubuntu.com-20070628132642-dqjvyuvrg45ofiby
Tags: 0.5.26-0ubuntu2
Update mime.types path in /etc/nginx/nginx.conf (LP: #122643)

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
 
17
17
http {
18
 
    include       conf/mime.types;
 
18
    include       /etc/nginx/mime.types;
 
19
#   include       conf/mime.types;
19
20
    default_type  application/octet-stream;
20
21
 
21
22
    #log_format  main  '$remote_addr - $remote_user [$time_local] $request '