mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
6 lines
75 B
Text
6 lines
75 B
Text
# apache ssl.conf
|
|
Listen 80
|
|
|
|
<IfModule ssl_module>
|
|
Listen 443
|
|
</IfModule>
|