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

v0.3.4
alse 2018-03-14 10:35:59 -07:00
commit c82a48bd32
1 changed files with 2 additions and 1 deletions

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