This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
apache-formula
mirror of
https://github.com/saltstack-formulas/apache-formula.git
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
31
Wiki
Activity
Browse Source
Fix default Options.
tags/v0.37.4
Adrien Bréfort
10 years ago
parent
67e12a8bc2
commit
3612927174
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
apache/vhosts/standard.tmpl
+ 1
- 1
apache/vhosts/standard.tmpl
View File
@@ -24,7 +24,7 @@
'Directory_default': '{0}/{1}'.format(map.wwwdir, sitename),
'Directory': {
'Options': '-Indexes FollowSymLinks',
'Options': '-Indexes
+
FollowSymLinks',
'Order': 'allow,deny',
'Allow': 'from all',
'Require': 'all granted',
Write
Preview
Loading…
Cancel
Save