mirror of
https://github.com/inspec/inspec
synced 2025-01-06 10:19:07 +00:00
7 lines
77 B
Text
7 lines
77 B
Text
|
# apache ports.conf
|
||
|
Listen 80
|
||
|
|
||
|
<IfModule ssl_module>
|
||
|
Listen 443
|
||
|
</IfModule>
|