Changes between Version 5 and Version 6 of WordPress/MultiSite


Ignore:
Timestamp:
2017-09-24T17:01:21+02:00 (8 years ago)
Author:
Jorrit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WordPress/MultiSite

    v5 v6  
    9595yum install certbot-apache
    9696}}}
     97Mke sure certbot can read the contents of /.well-known/acme-challenge/ by adding the following line to the apache configuration
     98{{{
     99Alias /.well-known/acme-challenge/ /var/www/html/.well-known/acme-challenge/
     100}}}
     101