This commit is contained in:
Kload 2013-02-28 18:22:34 +01:00
parent f9697cbfb3
commit efdaebaa30

View file

@ -217,7 +217,7 @@ def app_install(app, domain, path='/', label=None, public=False, protected=True)
# Customize apache conf
a2_conf_lines = [
'Alias '+ path +' '+ app_final_path +'/'+ manifest['launch_path']
'Alias '+ path +' '+ app_final_path + manifest['launch_path']
]
a2_conf_file = a2_settings_path +'/'+ domain +'.d/'+ unique_app_id +'.app.conf'