Commit ab3044d4 authored by Alain Takoudjou's avatar Alain Takoudjou

stack/lamp: allow to set proxy for .well-know

parent 66b5abea
......@@ -19,6 +19,11 @@
Dav off
</Directory>
{% if parameter_dict.get('wellknown-proxy') %}
ProxyPass /.well-known/ {{ parameter_dict['wellknown-proxy'] }}/.well-known/
ProxyPassReverse /.well-known/ {{ parameter_dict['wellknown-proxy'] }}/.well-known/
{% endif -%}
ErrorLog "{{ parameter_dict['log-dir'] }}/lamp-error.log"
CustomLog "{{ parameter_dict['log-dir'] }}/lamp-access.log" combined
......
......@@ -34,4 +34,4 @@ md5sum = 980f603c34fcb008ce73a9dde2dbceb3
[template-apache-httpd]
filename = apache-httpd.conf.in
md5sum = b2a413238cfc9d73b6916ed4fcee28ec
md5sum = 4c9fc5ddd51def4f05a7b201e9587308
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment