mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
Real path
This commit is contained in:
parent
3163801123
commit
3a411c092f
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue