#nginx
Discover more categories and expand your knowledge!#all#celery#deployment#django#docker#flask#grafana#https#monitoring#nginx#production#prometheus#pwa#python#ssl#uwsgi#websocket

Create Your Own SSL Certificate Authority for Local HTTPS Development (Linux)
dockerAugust 17, 2024Learn how to create your own SSL Certificate Authority (CA) and use it to issue certificates for local development sites.

Deploy Flask Application with Docker, Nginx and uWSGI
pythonJuly 04, 2024In today's web development landscape, deploying web applications requires a robust architecture that ensures scalability, security, and optimal performance.
This blog post explores the deployment of a Flask application using NGINX as a reverse proxy server and uWSGI as a WSGI server.