diff --git a/roles/libravatar/templates/httpd/libravatar.conf b/roles/libravatar/templates/httpd/libravatar.conf index 741fee9317..555a5d94e9 100644 --- a/roles/libravatar/templates/httpd/libravatar.conf +++ b/roles/libravatar/templates/httpd/libravatar.conf @@ -10,6 +10,8 @@ RewriteEngine on Require all granted +Alias "/nobody" "/srv/libravatar/static/img/nobody" + ServerName {{ server_name }} ServerAlias {{ server_redirect_name }}