sp in a2ensite (missing n)
This commit is contained in:
parent
ab5507ac06
commit
78eba92087
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ If you instead want to use apache2 to serve the static pages:
|
||||||
|
|
||||||
# Now activate them all
|
# Now activate them all
|
||||||
|
|
||||||
sudo a2nsite your-domain.com
|
sudo a2ensite your-domain.com
|
||||||
sudo a2enmod passenger
|
sudo a2enmod passenger
|
||||||
sudo service apache2 reload
|
sudo service apache2 reload
|
||||||
sudo service apache2 restart
|
sudo service apache2 restart
|
||||||
|
|
Reference in a new issue