Skip to content

Commit 2fe7706

Browse files
authored
Merge pull request #120 from pelican-dev/fix/MissingDefaultApache2
Add missing `default` conf for `Apache2`
2 parents 343732b + d175ca2 commit 2fe7706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/panel/webserver-config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ import TabItem from '@theme/TabItem';
165165
First, remove the default Apache configuration.
166166

167167
```sh
168-
a2dissite 000-default.conf
168+
a2dissite 000-default default-ssl 000-default-le-ssl
169169
```
170170

171171
Now, you should paste the contents of the file below, replacing `<domain>` with your domain name being used in a file called

0 commit comments

Comments
 (0)