]> source.dussan.org Git - rspamd.git/commitdiff
Fix misprint in the path
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 23 Jan 2016 22:16:13 +0000 (22:16 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 23 Jan 2016 22:16:13 +0000 (22:16 +0000)
conf/modules.d/mime_types.conf

index 6b8ec36a523178cc561d7ff533e39c1b76db7040..4f3eb2e3d72a27d1094bcfd040d3c670520d38c1 100644 (file)
@@ -1,4 +1,4 @@
 mime_types {
     .include(try=true,priority=1) "${DBDIR}/dynamic/mime_types.conf"
-    file = "${ETCDIR}/mime_types.inc";
+    file = "${CONFDIR}/mime_types.inc";
 }