From 6a752d452a42d15f8af8f7a1bf66337dbc564541 Mon Sep 17 00:00:00 2001 From: thekettu Date: Sun, 22 Apr 2018 17:24:12 -0700 Subject: nginx -> nginx nginx --- Secureish-Mastodon-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Secureish-Mastodon-Setup.md') 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. -- cgit