Compare commits
3 commits
8ef258cf89
...
569ee27123
Author | SHA1 | Date | |
---|---|---|---|
569ee27123 | |||
6bce81b1a7 | |||
8b22000dc1 |
1 changed files with 4 additions and 1 deletions
|
@ -19,6 +19,7 @@
|
||||||
## Basic Security
|
## Basic Security
|
||||||
- Creating a non-root account
|
- Creating a non-root account
|
||||||
- `sudo` permissions
|
- `sudo` permissions
|
||||||
|
- The Linux security model: Knowing why you're typing your password
|
||||||
- SSH
|
- SSH
|
||||||
- Disable root login
|
- Disable root login
|
||||||
- SSH Keys
|
- SSH Keys
|
||||||
|
@ -35,6 +36,8 @@
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
- `/etc/nginx/nginx.conf`
|
- `/etc/nginx/nginx.conf`
|
||||||
|
- `/etc/nginx/sites-available/*`
|
||||||
|
- `/etc/nginx/sites-enabled/*`
|
||||||
|
|
||||||
## References and Further Reading
|
## References and Further Reading
|
||||||
- [Nginx](https://www.nginx.com/)
|
- [Nginx](https://www.nginx.com/)
|
||||||
|
|
Loading…
Reference in a new issue