Changed apache reload command
This commit is contained in:
parent
95fc7df227
commit
283bd9e091
|
@ -85,7 +85,7 @@ Recommended nginx configuration:
|
||||||
|
|
||||||
Recommended Apache configuration:
|
Recommended Apache configuration:
|
||||||
- Up-to-date Apache server
|
- 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
|
- Enabled support of htaccess
|
||||||
- ``enablehta`` in config.php set to ``true``
|
- ``enablehta`` in config.php set to ``true``
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue