ソースを参照

Fix SSL renewal script

Regression since 299a8c4c7c
pull/88/head
Slavi Pantaleev 7年前
コミット
c2b1cf7f93
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      roles/matrix-nginx-proxy/templates/usr-local-bin/matrix-ssl-lets-encrypt-certificates-renew.j2

+ 1
- 1
roles/matrix-nginx-proxy/templates/usr-local-bin/matrix-ssl-lets-encrypt-certificates-renew.j2 ファイルの表示

@@ -19,7 +19,7 @@ docker run \
renew \
--non-interactive \
--work-dir=/tmp \
--http-01-port 8080
--http-01-port 8080 \
{% if matrix_ssl_lets_encrypt_staging %}
--staging \
{% endif %}


読み込み中…
キャンセル
保存