Format service apache2 reload section for Debian/Ubuntu

Change-Id: I5e0c9a8f38a64208eb885086910b60da6a6b4ab7
This commit is contained in:
ericxiett 2018-07-14 02:40:16 +00:00
parent 87fd1c4b0e
commit ae4dddbd9a
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