-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskype.conf
60 lines (50 loc) · 1.74 KB
/
skype.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
ProxyRequests Off
CheckSpelling On
TimeOut 1800
SSLEngine On
SSLProxyEngine On
SSLCertificateFile /etc/letsencrypt/live/lyncdiscoverinternal.external-domain.com/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/lyncdiscoverinternal.external-domain.com/privkey.pem
<Location />
ProxyPass https://dialin.internal-domain.com:4443/
ProxyPassReverse https://dialin.internal-domain.com:4443/
SSLRequireSSL
</Location>
</VirtualHost>
<VirtualHost *:443>
ServerAdmin [email protected]
ServerName meet.external-domain.com
DocumentRoot /var/www/html/
ProxyPreserveHost On
ProxyVia Full
RequestHeader edit Transfer-Encoding Chunked chunked early
RequestHeader unset Accept-Encoding
ProxyRequests Off
CheckSpelling On
TimeOut 1800
SSLEngine On
SSLProxyEngine On
SSLCertificateFile /etc/letsencrypt/live/lyncdiscoverinternal.external-domain.com/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/lyncdiscoverinternal.external-domain.com/privkey.pem
<Location />
ProxyPass https://meet.internal-domain.com:4443/
ProxyPassReverse https://meet.internal-domain.com:4443/
SSLRequireSSL
</Location>
</VirtualHost>
<VirtualHost *:80>
ServerAdmin [email protected]
ServerName sip.external-domain.com
DocumentRoot /var/www/html/
ProxyPreserveHost On
ProxyVia Full
RequestHeader edit Transfer-Encoding Chunked chunked early
RequestHeader unset Accept-Encoding
ProxyRequests Off
CheckSpelling On
TimeOut 1800
<Location />
ProxyPass http://sipexternal.internal-domain.com:8080/
ProxyPassReverse http://sipexternal.internal-domain.com:8080/
</Location>
</VirtualHost>