From: Vsevolod Stakhov Date: Sat, 23 Jan 2016 22:16:13 +0000 (+0000) Subject: Fix misprint in the path X-Git-Tag: 1.1.2~61 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=53cbe6468b24f172dea501e5ce336e7e0ee126ba;p=rspamd.git Fix misprint in the path --- diff --git a/conf/modules.d/mime_types.conf b/conf/modules.d/mime_types.conf index 6b8ec36a5..4f3eb2e3d 100644 --- a/conf/modules.d/mime_types.conf +++ b/conf/modules.d/mime_types.conf @@ -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"; }