Skip to content

Commit

Permalink
Fix readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Oct 4, 2015
1 parent d151648 commit f393f5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ viewing statistic and learning.
It is required to configure dynamic settings to store configured values.
Basically this can be done by providing the following line in options settings:

{% highlight nginx %}
~~~nginx
options {
dynamic_conf = "/var/lib/rspamd/rspamd_dynamic";
}
{% endhighlight %}
~~~

Please note that this path must have write access for rspamd user.

Then controller worker should be configured:

{% highlight nginx %}
~~~nginx
worker {
type = "controller";
bind_socket = "localhost:11334";
Expand All @@ -35,7 +35,7 @@ worker {
# Path to webiu static files
static_dir = "${WWWDIR}";
}
{% endhighlight %}
~~~

Password option should be changed for sure for your specific configuration. Encrypted password using is encouraged (`rspamadm pw --encrypt`).

Expand Down

0 comments on commit f393f5a

Please sign in to comment.