Practice the read-search-validate flow.
Mission 21
Nginx validation
Read fake nginx config and validate it without making real server changes.
Server operations
0/25 lessons
0/7 missions
New learnerrank
0XP
0%complete
learner@clairos:/home/learner $
Unix ops lab: type a command, press Enter
Lesson support
What to notice while you play.
Read the site config, search for location /api/, then run nginx -t.
Validation catches broken config before it takes a service down.
- Reloading before testing.
- Skipping security-sensitive locations.
Reference
Commands in this lesson.
cat <file>
Print text file contents.
grep [-i] <text> <file>
Find literal text inside a file.
nginx -t
Validate fake nginx configuration.