Skip to content

Instantly share code, notes, and snippets.

@sumitsk20
sumitsk20 / uwgi-medium-post.ini
Last active April 5, 2025 15:34
uwsgi configuration with most commonly sused options for highly scalable website (medium blog post)
[uwsgi]
# telling user to execute file
uid = bunny
# telling group to execute file
gid = webapps
# name of project you during "django-admin startproject <name>"
project_name = updateMe