add rule to allow certbot to work
This commit is contained in:
parent
c90aae63c9
commit
32b8553fe7
1 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,11 @@ NameVirtualHost *:443
|
|||
Deny from all
|
||||
</Directory>
|
||||
|
||||
<Directory /srv/web/acme-challenge/.well-known/>
|
||||
require all granted
|
||||
Allow from all
|
||||
</Directory>
|
||||
|
||||
<VirtualHost *:80>
|
||||
ServerAdmin sysadmin-keys-members@fedoraproject.org
|
||||
ServerName keys.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue