Skip to content

Commit d994da8

Browse files
all9livesrdworth
authored andcommitted
Directory with AllowOverride to apache conf
Adding <Directory /> block to allow override within the apache config of the web-base-template setup. (cherry picked from commit 1298d15)
1 parent 3e5a9a3 commit d994da8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ This is a set of plugins, themes, and configuration files for jQuery's website i
1111
ServerName local.jquery.com
1212
ServerAlias *.jquery.com *.jqueryui.com *.jquery.org *.qunitjs.com *.sizzlejs.com *.jquerymobile.com
1313
DocumentRoot "/srv/www/jquery"
14+
<Directory /srv/www/jquery>
15+
Options All
16+
AllowOverride All
17+
Order allow,deny
18+
Allow from all
19+
</Directory>
1420
</VirtualHost>
1521
```
1622

0 commit comments

Comments
 (0)