libravatar: add acme-challenge rules

This commit is contained in:
clime 2018-10-10 18:39:27 +02:00
parent 146380d0ae
commit 10eec33a73

View file

@ -4,6 +4,11 @@ Alias /robots.txt /var/www/html/robots.txt
<VirtualHost *:80>
ServerName {{ inventory_hostname }}
RewriteRule ^/\.well-known/(.*) /srv/.well-known/$1 [L]
<Directory "/srv/.well-known/">
Require all granted
</Directory>
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