Alias - configs for Let's Encrypt I forgot
Signed-off-by: Florian Aders <eleras@froxlor.org>
This commit is contained in:
@@ -62,6 +62,16 @@
|
|||||||
Allow from env=REDIRECT_STATUS
|
Allow from env=REDIRECT_STATUS
|
||||||
</Location>
|
</Location>
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
]]>
|
||||||
|
</content>
|
||||||
|
</file>
|
||||||
|
<file name="/etc/apache2/conf-enabled/acme.conf">
|
||||||
|
<content><![CDATA[
|
||||||
|
Alias "/.well-known/acme-challenge" "{{const.FROXLOR_INSTALL_DIR}}/.well-known/acme-challenge"
|
||||||
|
<Directory "/var/www/.well-known/acme-challenge">
|
||||||
|
Order Deny,Allow
|
||||||
|
Deny from All
|
||||||
|
</Directory>
|
||||||
]]>
|
]]>
|
||||||
</content>
|
</content>
|
||||||
</file>
|
</file>
|
||||||
|
|||||||
@@ -62,6 +62,16 @@
|
|||||||
Allow from env=REDIRECT_STATUS
|
Allow from env=REDIRECT_STATUS
|
||||||
</Location>
|
</Location>
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
]]>
|
||||||
|
</content>
|
||||||
|
</file>
|
||||||
|
<file name="/etc/apache2/conf-enabled/acme.conf">
|
||||||
|
<content><![CDATA[
|
||||||
|
Alias "/.well-known/acme-challenge" "{{const.FROXLOR_INSTALL_DIR}}/.well-known/acme-challenge"
|
||||||
|
<Directory "/var/www/.well-known/acme-challenge">
|
||||||
|
Order Deny,Allow
|
||||||
|
Deny from All
|
||||||
|
</Directory>
|
||||||
]]>
|
]]>
|
||||||
</content>
|
</content>
|
||||||
</file>
|
</file>
|
||||||
|
|||||||
Reference in New Issue
Block a user