Skip to content

Commit c0e3f30

Browse files
committed
wip: xxx
1 parent 6548e7a commit c0e3f30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

default.en.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ SERVER_HOSTNAME='' # livedvr.tripsdd.com
4141
# Required, absolute path of the certificate file, excluding .crt/.key suffix. nginx actually reads the two files ${SSL_CERTIFICATE}.crt and ${SSL_CERTIFICATE}.key
4242
# If using http, or using https but no certificate has been applied for temporarily, it can be set to the built-in fake certificate: /home/docker/nginx/ssl/placeholder
4343
# If using crotbot to automatically apply for a certificate, you need to start it separately first (docker compose up crotbot). The applied certificate path will be printed in the log, and then add it to the variable, generally: /data/certbot/live/${SERVER_HOSTNAME}/certificate,
44-
SSL_CERTIFICATE='/home/docker/nginx/ssl/placeholder' # /home/docker/nginx/ssl/placeholder
44+
SSL_CERTIFICATE='/home/docker/nginx/ssl/placeholder'
4545

4646
# When bus and track are deployed on the same server, they need to be distinguished by domain name
4747
BUS_HOSTNAME=${SERVER_HOSTNAME}

default.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ SERVER_HOSTNAME='' # livedvr.tripsdd.com
4141
# 必填, 证书文件的绝对路径, 排除.crt/.key后缀, nginx实际读取的是 ${SSL_CERTIFICATE}.crt 和 ${SSL_CERTIFICATE}.key 两个文件
4242
# 如果使用http, 或者使用https但暂时没有申请到证书, 可以设置成内置的假证书: /home/docker/nginx/ssl/placeholder
4343
# 若使用crotbot自动申请证书, 需要先单独启动一次(docker compose up crotbot), 申请到的证书路径会在日志中打印, 然后将它添加到变量中, 一般为: /data/certbot/live/${SERVER_HOSTNAME}/certificate,
44-
SSL_CERTIFICATE='/home/docker/nginx/ssl/placeholder' # /home/docker/nginx/ssl/placeholder
44+
SSL_CERTIFICATE='/home/docker/nginx/ssl/placeholder'
4545

4646
# bus和track部署在同一台服务器上时, 需要通过域名区分两者
4747
BUS_HOSTNAME=${SERVER_HOSTNAME}

0 commit comments

Comments
 (0)