Join us

heart Posts from the community tagged with nginx...
Sponsored Link FAUN Team
@faun shared a link, 1 year, 1 month ago

Read AI/M Weekly

AI Weekly Newsletter, Kala. Curated AI news, tutorials, tools and more - Join thousands of other readers, 100% free, unsubscribe anytime.

Story
@josephpeter shared a post, 1 year, 4 months ago
Intern, LUIT

Building with Kubernetes

Learn to deploy with Kubernetes and scale it with replicas.

Untitled design(3).png
Story
@srimal_fernando shared a post, 2 years, 3 months ago

How to host multiple servers with different sub domains inside one DigitalOcean droplet with SSL (auto-renew)

If you’re playing around with multiple technology stacks or extending open-source applications and you don’t mind having to shift back and forth between different languages and frameworks, you might find containerizing your applications useful.

Story
@maddiefitz shared a post, 2 years, 3 months ago

Deploying a Custom Docker Image Using Nginx and Saving it to Amazon ECR

In this tutorial, I am going to be creating an image with a file that will tell you the time of day the container has been deployed using Nginx.

Story
@devgraph shared a post, 2 years, 5 months ago
Devgraph

Rewrite Rules in Nginx

Return directive and Rewrite directive - two widely used methods for rewriting the URLs, rewrite directive is more powerful. Read the post to learn why and how to rewrite.

Rewrite Rules in Nginx
Story
@sowmenrahman shared a post, 2 years, 11 months ago
Junior Software Engineer, Arcade Studios

Blue/Green deployment strategy

Canary deployment strategy also known as blue/green deployment, is an industry standard protocol for deployment with zero downtime by utilizing two separate environments and switching during source code updates or rollbacks. Canary deployments have a lot of advantages when it comes to multi-server configuration and aids in technical cases like version rollbacks, and a/b testing.

Canary deployments