forked from Netz39_Admin/netz39-infra-ansible
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
|
ErrorLog /var/log/apache2/{{ site_name }}-error.log
|
||||||
CustomLog /var/log/apache2/{{ site_name }}-access.log common
|
CustomLog /var/log/apache2/{{ site_name }}-access.log common
|
||||||
|
|
||||||
|
Alias /.well-known/acme-challenge /usr/local/etc/dehydrated/challenge
|
||||||
|
|
||||||
<ifmodule mod_rewrite.c>
|
<ifmodule mod_rewrite.c>
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteCond %{REQUEST_URI} !^/\.well\-known/acme\-challenge/
|
RewriteCond %{REQUEST_URI} !^/\.well\-known/acme\-challenge/
|
||||||
|
|
Loading…
Reference in a new issue