Skip to content

Commit f9db4e1

Browse files
authored
fix: inconsistent syntax highlighting in apache-sites-enabled.md
see #1355
1 parent b894b18 commit f9db4e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/web/apache-sites-enabled.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ For starters, break down the beginning of the configuration file. For instance,
182182
You want them to go to port 443 (or "`http` secure", better known as SSL/TLS or `https`). Our port 80 configuration section will be minimal:
183183

184184

185-
```
185+
```apache
186186
<VirtualHost *:80>
187187
ServerName your-server-hostname
188188
ServerAdmin [email protected]
@@ -196,7 +196,7 @@ A permanent redirect will teach the search engines, and soon any traffic to your
196196

197197
Next, you need to define the `https` part of the configuration file:
198198

199-
```
199+
```apache
200200
<VirtualHost *:80>
201201
ServerName your-server-hostname
202202
ServerAdmin [email protected]

0 commit comments

Comments
 (0)