Merge "Format service apache2 reload section for Debian/Ubuntu"

This commit is contained in:
Zuul 2018-08-22 15:06:46 +00:00 committed by Gerrit Code Review
commit 9dbf894631
1 changed files with 3 additions and 3 deletions

View File

@ -44,6 +44,6 @@ Installing API behind mod_wsgi
Fedora/RHEL7/CentOS7:
sudo systemctl reload httpd
Debian/Ubuntu:
sudo a2ensite trove
sudo service apache2 reload
Debian/Ubuntu:
sudo a2ensite trove
sudo service apache2 reload