mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
Merge pull request #457 from fmarier/rename-nginx-config
Rename the nginx ssl config file to match the final filename
This commit is contained in:
commit
50de40e780
3 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -11,6 +11,6 @@ CLI_DEFAULTS = dict(
|
|||
|
||||
|
||||
MOD_SSL_CONF = pkg_resources.resource_filename(
|
||||
"letsencrypt_nginx", "options-ssl.conf")
|
||||
"letsencrypt_nginx", "options-ssl-nginx.conf")
|
||||
"""Path to the Nginx mod_ssl config file found in the Let's Encrypt
|
||||
distribution."""
|
||||
|
|
|
|||
Loading…
Reference in a new issue