Compare commits

..

No commits in common. "569ee271236a91916cc09a3333678946340a0842" and "8ef258cf899faa49d09881d8e3537f1f42ae9c92" have entirely different histories.

View file

@ -19,7 +19,6 @@
## 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
@ -36,8 +35,6 @@
## 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/)