diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2021-02-18 16:11:24 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2021-02-20 20:16:34 +0100 |
commit | 8d7b50989d1c446b81c73e8ababfce6f0351ee59 (patch) | |
tree | a8f5f297c7ebdd2752a97c181fe43ee7b97fcea4 /tests | |
parent | e3a3f59865290ea70de66ffa3b017916aac3ffef (diff) |
Symlink $(sysconfdir)/apache2/conf-available/lacme.conf → ../../lacme/apache2.conf.
This is useful for enabling the snippet with `a2enconf lacme`, cf.
https://bugs.debian.org/955859 .
Diffstat (limited to 'tests')
-rw-r--r-- | tests/apache2-proxy | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/apache2-proxy b/tests/apache2-proxy index 5ae17ee..016b426 100644 --- a/tests/apache2-proxy +++ b/tests/apache2-proxy @@ -6,7 +6,6 @@ sed -i 's|^listen\s*=|#&|' /etc/lacme/lacme.conf DEBIAN_FRONTEND="noninteractive" apt install -y --no-install-recommends apache2 curl -ln -fs /etc/lacme/apache2.conf /etc/apache2/conf-available/lacme.conf a2enmod proxy_http a2enconf lacme |