Add missing alias to proxy site
This commit is contained in:
parent
85c09ea2ae
commit
482275d274
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
ErrorLog /var/log/apache2/{{ site_name }}-error.log
|
||||
CustomLog /var/log/apache2/{{ site_name }}-access.log common
|
||||
|
||||
Alias /.well-known/acme-challenge /usr/local/etc/dehydrated/challenge
|
||||
|
||||
<ifmodule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteCond %{REQUEST_URI} !^/\.well\-known/acme\-challenge/
|
||||
|
|
Loading…
Reference in a new issue