Merge branch 'master' of github.com:alseambusher/crontab-ui

This commit is contained in:
alse
2018-03-14 10:35:59 -07:00

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