diff --git a/roles/libravatar/templates/httpd/libravatar.conf b/roles/libravatar/templates/httpd/libravatar.conf index f1a2d30d69..1d5ec0c2b8 100644 --- a/roles/libravatar/templates/httpd/libravatar.conf +++ b/roles/libravatar/templates/httpd/libravatar.conf @@ -4,6 +4,11 @@ Alias /robots.txt /var/www/html/robots.txt ServerName {{ inventory_hostname }} + RewriteRule ^/\.well-known/(.*) /srv/.well-known/$1 [L] + + Require all granted + + WSGIPassAuthorization On WSGIDaemonProcess libravatar user=www group=www threads=25 display-name=libravatar maximum-requests=8000 graceful-timeout=20 python-home=/mnt/data/.virtualenv python-path=/srv/libravatar WSGIScriptAlias / /mnt/data/wsgi.py