Commit
89e426f2ad3e98c4a958ffef5c1334754c00449e
Exists in
master
and in
22 other branches
angular_poc, api-article-archived, article-readonly, backup-7-jan-2016, captcha_serpro_plugin, content-manager-hostspot, export-comment-paragraph, fix_event_date_issue, login-captcha, master_rails3, new_video_plugin, pg_search_rank, production, refactor_with_role, refactor_with_role_scope, remove_profile_cat_icons, resend_confirmation_email, staging, staging_rails3, tasks_keep_filter_params, theme-brasil-digital-from-staging, travis
util/debian-install/install: disable default apache site
This will make apache serve Noosfero on any virtualhost
| @@ -76,3 +76,6 @@ else |
| @@ -76,3 +76,6 @@ else |
76
| apt-cache policy noosfero |
76
| apt-cache policy noosfero |
77
| apt-get install -qy noosfero noosfero-apache |
77
| apt-get install -qy noosfero noosfero-apache |
78
| fi |
78
| fi |
| |
79
| + |
| |
80
| +a2dissite 000-default |
| |
81
| +service apache2 reload |