Skip to content

Commit

Permalink
Update LinuxInstall.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pb66 committed Oct 9, 2018
1 parent 1699ac4 commit 22abb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/LinuxInstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ sudo cat <<EOF >> /etc/apache2/sites-available/emoncms.conf
Allow from all
</Directory>
EOF
printf "ServerName localhost" | sudo tee >> /etc/apache2/apache2.conf 1>&2
printf "ServerName localhost" | sudo tee -a /etc/apache2/apache2.conf 1>&2
sudo a2ensite emoncms
sudo service apache2 reload
```
Expand Down

0 comments on commit 22abb95

Please sign in to comment.