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