mirror of
https://github.com/inspec/inspec
synced 2024-11-24 05:33:17 +00:00
7 lines
75 B
Text
7 lines
75 B
Text
|
# apache ssl.conf
|
||
|
Listen 80
|
||
|
|
||
|
<IfModule ssl_module>
|
||
|
Listen 443
|
||
|
</IfModule>
|