Skip to content
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.

Debian's Apache >= 2.4 changed site config names #147

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ To do this on Debian/Ubuntu:

``` bash
sudo -s
visage-app genapache > /etc/apache2/sites-available/visage
visage-app genapache > /etc/apache2/sites-available/visage.conf
a2ensite visage
a2dissite default
a2dissite 000-default
service apache2 reload
```

Expand Down