1
0
Fork 0
mirror of https://github.com/YunoHost/moulinette.git synced 2024-09-03 20:06:31 +02:00
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 # Customize apache conf
a2_conf_lines = [ 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' a2_conf_file = a2_settings_path +'/'+ domain +'.d/'+ unique_app_id +'.app.conf'