Changed apache reload command

This commit is contained in:
Wruczek 2016-12-04 01:34:36 +01:00
parent 95fc7df227
commit 283bd9e091
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ Recommended nginx configuration:
Recommended Apache configuration:
- Up-to-date Apache server
- Enabled mod_rewrite (``sudo a2enmod rewrite && service apache2 reload``)
- Enabled mod_rewrite (``sudo a2enmod rewrite && sudo service apache2 restart``)
- Enabled support of htaccess
- ``enablehta`` in config.php set to ``true``