From 78eba92087c67612c64788868d2b4996dea2f9ca Mon Sep 17 00:00:00 2001 From: Ben Adams Date: Mon, 10 Jun 2013 22:08:00 +0200 Subject: [PATCH] sp in a2ensite (missing n) --- docs/INSTALL-ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL-ubuntu.md b/docs/INSTALL-ubuntu.md index 1301ce1a733..52a69f53d1e 100644 --- a/docs/INSTALL-ubuntu.md +++ b/docs/INSTALL-ubuntu.md @@ -108,7 +108,7 @@ If you instead want to use apache2 to serve the static pages: # Now activate them all - sudo a2nsite your-domain.com + sudo a2ensite your-domain.com sudo a2enmod passenger sudo service apache2 reload sudo service apache2 restart