From 595411d11d9ff4af96ca0ecec6c9d8372011a70a Mon Sep 17 00:00:00 2001 From: Bernhard Reiter Date: Thu, 10 Feb 2022 16:49:15 +0100 Subject: [PATCH] Fix link to nginx in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 503004b..18d993c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ These places the binaries under `bin/` directory. -- [Install](http://nginx.org/en/docs/install.html) **nginx** +- [Install](https://nginx.org/en/docs/install.html) **nginx** - To install server certificate on nginx see [docs/install-server-certificate.md](docs/install-server-certificate.md) - To configure nginx see [docs/provider-setup.md](docs/provider-setup.md)