Update nginx.md

This commit is contained in:
Suresh Alse
2018-03-14 08:12:14 -07:00
committed by GitHub
parent 0b11b7c986
commit 9385decd11

View File

@@ -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).