Skip to content

Commit d175ca2

Browse files
authored
Add missing default conf for Apache2
1 parent e928794 commit d175ca2

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)