We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e7857 commit a61ef91Copy full SHA for a61ef91
README.md
@@ -16,9 +16,9 @@ This install guide assumes you already have certain prerequisites already config
16
17
```
18
<VirtualHost *:80>
19
- ServerName local.jquery.com
20
- ServerAlias *.jquery.com *.jqueryui.com *.jquery.org *.qunitjs.com *.sizzlejs.com *.jquerymobile.com
21
- DocumentRoot "/srv/www/jquery"
+ ServerName local.jquery.com
+ ServerAlias *.jquery.com *.jqueryui.com *.jquery.org *.qunitjs.com *.sizzlejs.com *.jquerymobile.com
+ DocumentRoot "/srv/www/jquery"
22
<Directory /srv/www/jquery>
23
Options All
24
AllowOverride All
0 commit comments