patch-interface_README_md 397 B

12345678910111213
  1. $OpenBSD: patch-interface_README_md,v 1.1.1.1 2015/10/09 16:09:17 sthen Exp $
  2. --- interface/README.md.orig Fri Oct 9 17:55:47 2015
  3. +++ interface/README.md Fri Oct 9 17:56:14 2015
  4. @@ -15,7 +15,7 @@ Basically this can be done by providing the following
  5. ~~~nginx
  6. options {
  7. - dynamic_conf = "/var/lib/rspamd/rspamd_dynamic";
  8. + dynamic_conf = "${LOCALSTATEDIR}/rspamd/rspamd_dynamic";
  9. }
  10. ~~~