From 9385decd11a3fbe851db88dee876c64688b43c0b Mon Sep 17 00:00:00 2001 From: Suresh Alse Date: Wed, 14 Mar 2018 08:12:14 -0700 Subject: [PATCH] Update nginx.md --- README/nginx.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README/nginx.md b/README/nginx.md index 6cd9a9c..9a15479 100644 --- a/README/nginx.md +++ b/README/nginx.md @@ -19,7 +19,8 @@ server { } ``` -##Authentication +Authentication +============== You can enable basic http authentication with user name and password on nginx to prevent unauthorized users from accessing your cronjobs. Refer [this](https://www.digitalocean.com/community/tutorials/how-to-set-up-http-authentication-with-nginx-on-ubuntu-12-10).