blob: b7a16cd5f8f40274747ec3479cc4b8e38154654f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Listen 80 http
Listen 32000 http
<IfModule ssl_module>
Listen 443 https
Listen 8080 https
Listen 32100 https
</IfModule>
<IfModule mod_gnutls.c>
Listen 443 https
Listen 8080 https
Listen 32100 https
</IfModule>
|