Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois Marier <francois@debian.org>2015-06-07 11:31:50 +0300
committerFrancois Marier <francois@debian.org>2015-06-07 11:31:50 +0300
commitbce01419da21f84acb230caf6c1a60e74ccaf245 (patch)
tree2979919087c88c6a432fb6e939d44f4850c81200 /MANIFEST.in
parentbd130a8cd8f5c1bc0531fc5c0ded1866730ac212 (diff)
Rename the apache config file to match the nginx one
Since both config files end up in /etc/letsencrypt/, if we want the two plugins be to installable at the same time, their config files need different names.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index f9364d64f..77b50432a 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -9,7 +9,7 @@ recursive-include acme/schemata *.json
recursive-include acme/jose/testdata *
recursive-include letsencrypt_apache/tests/testdata *
-include letsencrypt_apache/options-ssl.conf
+include letsencrypt_apache/options-ssl-apache.conf
recursive-include letsencrypt_nginx/tests/testdata *
include letsencrypt_nginx/options-ssl.conf