AlmaLinux / mirrors

The AlmaLinux project mirrors configuration and tools.
GNU General Public License v3.0
86 stars 417 forks source link

Serve images using nginx directly, not from gunicorn/flask #1093

Closed jonathanspw closed 1 month ago

jonathanspw commented 2 months ago

In quick testing this yields 63% 2x higher transactions per second, which makes perfect since sense nginx is a better tool for serving static files than Python/gunicorn/Flask.

jonathanspw commented 1 month ago

This enhancement is in production.