浏览代码

use ip address instead of alias name

carazzim0 8 年之前
父节点
当前提交
d295435cad
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      data/conf/rspamd/lua/rspamd.local.lua

+ 2 - 2
data/conf/rspamd/lua/rspamd.local.lua

@@ -12,13 +12,13 @@ rspamd_config.MAILCOW_MOO = function (task)
 end
 
 local modify_subject_map = rspamd_config:add_map({
-  url = 'http://nginx:8081/tags.php',
+  url = 'http://172.22.1.251:8081/tags.php',
   type = 'map',
   description = 'Map of users to use subject tags for'
 })
 
 local auth_domain_map = rspamd_config:add_map({
-  url = 'http://nginx:8081/authoritative.php',
+  url = 'http://172.22.1.251:8081/authoritative.php',
   type = 'map',
   description = 'Map of domains we are authoritative for'
 })