diff --git a/debian/ngcp-panel.postinst b/debian/ngcp-panel.postinst index 50f2c96db3..252907e746 100644 --- a/debian/ngcp-panel.postinst +++ b/debian/ngcp-panel.postinst @@ -26,6 +26,9 @@ a2enmod dump_io || echo "Missing some optional Apache module(s), ignoring." # disable debian's default Apache site a2dissite default +# disable old ngcp-www-admin +a2dissite ngcp-www-admin + # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER#