---
type: archive
area: archive
status: archived
date: 2026-05-03
created: 2026-05-03
updated: 1980-01-01
tags:
  - archive
---
## Security
```c
location /admin {
	auth_basic "Please authenticate"
	auth_basic_user_fle <file_path> 
	allow <ip@>
	deny <ip@>
}
```
- File is created using **htpasswd** utility 
- 