1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 21:11:44 +02:00

Add nginx resources

This commit is contained in:
Paul Marsicovetere
2022-08-05 08:34:12 -04:00
committed by GitHub
parent 24b8c6a8c6
commit 34ca2d7a84

View File

@@ -1 +1,7 @@
# Nginx
# Nginx
NGINX is a powerful web server and uses a non-threaded, event-driven architecture that enables it to outperform Apache if configured correctly. It can also do other important things, such as load balancing, HTTP caching, or be used as a reverse proxy.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://nginx.org/'>Official Website</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=JKxlsvZXG7c'>NGINX Explained in 100 Seconds</BadgeLink>