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-01 08:00:09 +0300
committerFrancois Marier <francois@debian.org>2015-06-07 11:22:43 +0300
commit8198e6c10551d79ee3d8367a1bdd6aa8a73c2309 (patch)
tree4a63cb246c7fb99a6dc9077f1d500ecedb1c7d86 /MANIFEST.in
parent569a70f6aa3a32b85e8a860f0cd1d713c26361a8 (diff)
Rename the nginx ssl config file to match the final filename
This config file will ultimately exist as /etc/letsencrypt/options-ssl-nginx.conf so we may as well use the right filename everywhere. This is much easier to deal with in the Debian packaging.
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..5149594f3 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -12,4 +12,4 @@ recursive-include letsencrypt_apache/tests/testdata *
include letsencrypt_apache/options-ssl.conf
recursive-include letsencrypt_nginx/tests/testdata *
-include letsencrypt_nginx/options-ssl.conf
+include letsencrypt_nginx/options-ssl-nginx.conf