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
Set 'confext' for Debian systems.
tags/v0.37.4
Elias Probst
9 years ago
parent
99ea682cfb
commit
1a1104fe80
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
apache/map.jinja
+ 1
- 1
apache/map.jinja
View File
@@ -7,7 +7,7 @@
'vhostdir': '/etc/apache2/sites-available',
'confdir': '/etc/apache2/conf.d',
'confext': '',
'confext': '
.conf
',
'default_site': 'default',
'default_site_ssl': 'default-ssl',
'logdir': '/var/log/apache2',
Write
Preview
Loading…
Cancel
Save