libravatar: add acme-challenge rules
This commit is contained in:
parent
146380d0ae
commit
10eec33a73
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue