diff options
author | thekettu <samantha.chalker@nccgroup.trust> | 2018-04-22 17:24:12 -0700 |
---|---|---|
committer | thekettu <samantha.chalker@nccgroup.trust> | 2018-04-22 17:24:12 -0700 |
commit | 6a752d452a42d15f8af8f7a1bf66337dbc564541 (patch) | |
tree | 63cadf5de8504251269bded1040a7c4eb67b1153 /Secureish-Mastodon-Setup.md | |
parent | f7ec43e7492a350b255a00573fe68033d6d97a6a (diff) |
nginx -> nginx nginx
Diffstat (limited to 'Secureish-Mastodon-Setup.md')
-rw-r--r-- | Secureish-Mastodon-Setup.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Secureish-Mastodon-Setup.md b/Secureish-Mastodon-Setup.md index 9e011d4..281b6d1 100644 --- a/Secureish-Mastodon-Setup.md +++ b/Secureish-Mastodon-Setup.md @@ -220,7 +220,7 @@ $ acme.sh --install-cert --ecc -d yourdomain.com -d mail.yourdomain.com \ --cert-file $(pwd)/.docker/nginx/tls_cert.pem \ --key-file $(pwd)/.docker/nginx/tls_key.pem \ --fullchain-file $(pwd)/.docker/nginx/tls_fullchain.pem \ - --reloadcmd "$(command -v docker-compose) -f $(pwd)/docker-compose.yml exec -T nginx -s reload" + --reloadcmd "$(command -v docker-compose) -f $(pwd)/docker-compose.yml exec -T nginx nginx -s reload" ``` We should be good to go now. If there are `docker-compose` errors, just ignore them for now. We need to have Acme.sh restart Nginx whenever it fetches new certificates. |