Learn NGINX basics by serving static sites, proxying Flask APIs, hosting multiple apps, tuning logs, securing with auth/limits/HTTPS, then optimizing via load balancing, caching, compression, monitoring, and Lua with OpenResty.
You will learn the fundamentals of NGINX by installing it and serving a static website. You'll then configure NGINX as a reverse proxy to manage traffic to a Python Flask backend, host multiple applications, and analyze logs to understand your server's behavior.
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal
From our community
Hear what our customers have to say about CodeSignal Learn
I'm impressed by the quality and can't stop recommending it. It's also a lot of fun!
Francisco Aguilar Meléndez
Data Scientist
+11
I love that it's personalized. When I'm stuck, I don't have to hope my Google searches come out successful. The AI mentor Cosmo knows exactly what I need.
Faith Yim
Software Engineer
+14
It's an amazing product and exceeded my expectations, helping me prepare for my job interviews. Hands-on learning requires you to actually know what you are doing.
Alex Bush
Full Stack Engineer
+9
I'm really impressed by the AI tutor Cosmo's feedback about my code. It's honestly kind of insane to me that it's so targeted and specific.
Abbey Helterbran
Tech consultant
+8
I tried Leetcode but it was too disorganized. CodeSignal covers all the topics I'm interested in and is way more structured.
Jonathan Miller
Senior Machine Learning Engineer
+12
I'm impressed by the quality and can't stop recommending it. It's also a lot of fun!
Francisco Aguilar Meléndez
Data Scientist
+11
19 practices
You will learn to harden your NGINX server by implementing critical security features. You'll protect sensitive endpoints with password authentication, prevent abuse with rate limiting, block malicious traffic, and encrypt communications by setting up HTTPS.
You will boost your application's reliability by setting up multiple backend servers and using NGINX to distribute traffic between them using various algorithms. You'll then implement caching and Gzip compression to dramatically speed up response times and reduce server load.
You will explore advanced NGINX features like URL rewriting for clean URLs and custom error pages for a better user experience. You'll also implement automated health checks for your backends and set up a monitoring dashboard with Python to visualize key server metrics.
You will learn to extend NGINX's capabilities by embedding Lua scripts directly into your configuration. Using OpenResty, you'll dynamically manipulate requests and responses, build custom API logic, and implement advanced features like shared memory caching and background tasks.