This is the meat of Dist Git, but it requires quite a few of the roles previously created.
16 lines
708 B
Text
16 lines
708 B
Text
#
|
|
# This is the Apache server configuration file providing SSL support.
|
|
# It contains the configuration directives to instruct the server how to
|
|
# serve pages over an https connection. For detailing information about these
|
|
# directives see <URL:http://httpd.apache.org/docs-2.0/mod/mod_ssl.html>
|
|
#
|
|
# For the moment, see <URL:http://www.modssl.org/docs/> for this info.
|
|
# The documents are still being prepared from material donated by the
|
|
# modssl project.
|
|
#
|
|
# Do NOT simply read the instructions in here without understanding
|
|
# what they do. They're here only as hints or reminders. If you are unsure
|
|
# consult the online docs. You have been warned.
|
|
#
|
|
|
|
LoadModule ssl_module modules/mod_ssl.so
|