Skip to content

Commit 1551cb3

Browse files
committed
Unescaped Apache configuration.
1 parent cf1c873 commit 1551cb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ Sample Apache configuration:
8080

8181
### /etc/apache2/sites-enabled/001-blur.conf
8282
```
83-
<VirtualHost *:80>
83+
<VirtualHost *:80>
8484
ServerName blur.mydomain.com
8585
8686
# Disable compression for the bandwidth test. All other requests are already compress.
8787
SetEnv no-gzip 1
8888
8989
ProxyRequests On
9090
ProxyPass / http://127.0.0.1:3000/
91-
&lt;/VirtualHost&gt;
91+
</VirtualHost>
9292
```
9393

9494
## Issues

0 commit comments

Comments
 (0)