File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
ServerName myplex.com
8
8
9
9
# Logs
10
- ErrorLog /var/log/httpd/transcoder. myplex.com-error_log
11
- CustomLog /var/log/httpd/transcoder. myplex.com-access_log common
10
+ ErrorLog /var/log/httpd/myplex.com-error_log
11
+ CustomLog /var/log/httpd/myplex.com-access_log common
12
12
13
13
# SSL
14
14
SSLStrictSNIVHostCheck On
Original file line number Diff line number Diff line change 13
13
# SSL managed by Certbot
14
14
SSLEngine On
15
15
SSLProxyEngine on
16
- SSLCertificateFile "/etc/letsencrypt/live/myplex-t1 .com/fullchain.pem"
17
- SSLCertificateKeyFile "/etc/letsencrypt/live/myplex-t1 .com/privkey.pem"
16
+ SSLCertificateFile "/etc/letsencrypt/live/myplex.com/fullchain.pem"
17
+ SSLCertificateKeyFile "/etc/letsencrypt/live/myplex.com/privkey.pem"
18
18
19
19
# Proxy
20
20
ProxyRequests Off
You can’t perform that action at this time.
0 commit comments