mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 11:36:10 +08:00
libravatar: add acme-challenge rules
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user