Kyle Czar 937ce163b7 preview i.redd.it images inside comments | il y a 3 semaines | |
---|---|---|
kddit | il y a 3 semaines | |
static | il y a 1 an | |
.gitignore | il y a 1 an | |
README.md | il y a 4 ans | |
poetry.lock | il y a 1 mois | |
pyproject.toml | il y a 1 mois | |
requirements.txt | il y a 3 ans | |
wsgi.py | il y a 3 ans |
Running
$ uwsgi --ini app.ini
requires python>=3.8
Nginx config
server {
listen 80;
merge_slashes off;
location / {
include uwsgi_params;
uwsgi_pass unix:/path/to/kddit.kalli.st/socket;
}
}