From 283bd9e09121ce506461a4afe3c567da4a5ba61a Mon Sep 17 00:00:00 2001 From: Wruczek Date: Sun, 4 Dec 2016 01:34:36 +0100 Subject: [PATCH] Changed apache reload command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4efd663..53c069a 100644 --- a/README.md +++ b/README.md @@ -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``