Kyle Czar 937ce163b7 preview i.redd.it images inside comments | hace 3 semanas | |
---|---|---|
kddit | hace 3 semanas | |
static | hace 1 año | |
.gitignore | hace 1 año | |
README.md | hace 4 años | |
poetry.lock | hace 1 mes | |
pyproject.toml | hace 1 mes | |
requirements.txt | hace 3 años | |
wsgi.py | hace 3 años |
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;
}
}