diff --git a/certbot-ci/certbot_integration_tests/apache_tests/apache_config.py b/certbot-ci/certbot_integration_tests/apache_tests/apache_config.py index e49d44f93..0e9443a9d 100644 --- a/certbot-ci/certbot_integration_tests/apache_tests/apache_config.py +++ b/certbot-ci/certbot_integration_tests/apache_tests/apache_config.py @@ -9,7 +9,7 @@ import getpass def construct_apache_config_dir(apache_root, http_port, https_port, key_path=None, cert_path=None, wtf_prefix='le'): config_path = os.path.join(apache_root, 'config') - shutil.copytree('/etc/apache2-save', config_path, symlinks=True) + shutil.copytree('/etc/apache2', config_path, symlinks=True) webroot_path = os.path.join(apache_root, 'www') os.mkdir(webroot_path)