fuyu hace 5 años
padre
commit
37cfffe93b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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" '