Categories
Linux Sad Servers YouTube CCESTE

Sad Servers 15 – 😵 Failed 😵 Melbourne : WSGI with Gunicorn

Type: Fix
Description: There is a Python WSGI web application file at /home/admin/wsgi.py , the purpose of which is to serve the string “Hello, world!”.
This file is served by a Gunicorn server which is fronted by an nginx server (both servers managed by systemd).
So the flow of an HTTP request is: Web Client (curl) – Nginx – Gunicorn – wsgi.py.
The objective is to be able to curl the localhost (on default port :80) and get back “Hello, world!”, using the current setup.

Efectivamente este desafío me superó y no pude en el primer intento, vamos por otra oportunidad

– YouTube https://www.youtube.com/@cceste
– Instagram https://www.instagram.com/ccesteok
– Facebook https://www.facebook.com/ccesteok
– Discord https://discord.gg/ZWQVg7cgdR

Type: Fix
Description: There is a Python WSGI web application file at /home/admin/wsgi.py , the purpose of which is to serve the string “Hello, world!”.
This file is served by a Gunicorn server which is fronted by an nginx server (both servers managed by systemd).
So the flow of an HTTP request is: Web Client (curl) – Nginx – Gunicorn – wsgi.py.
The objective is to be able to curl the localhost (on default port :80) and get back “Hello, world!”, using the current setup.

Efectivamente este desafío me superó y no pude en el primer intento, vamos por otra oportunidad

– YouTube https://www.youtube.com/@cceste
– Instagram https://www.instagram.com/ccesteok
– Facebook https://www.facebook.com/ccesteok
– Discord https://discord.gg/ZWQVg7cgdR

By Arturo

Always computing, connecting people and machines.

Leave a Reply

Your email address will not be published. Required fields are marked *