fuyu 5 years ago
parent
commit
37cfffe93b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nginx.conf

+ 1 - 1
nginx.conf

@@ -9,7 +9,7 @@ events {
 }
 
 http {
-    include       /etc/nginx/mime.types;
+    include      mime.types;
     default_type  application/octet-stream;
 
     log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '