Kyle Czar 937ce163b7 preview i.redd.it images inside comments | hai 3 semanas | |
---|---|---|
kddit | hai 3 semanas | |
static | hai 1 ano | |
.gitignore | hai 1 ano | |
README.md | %!s(int64=4) %!d(string=hai) anos | |
poetry.lock | hai 1 mes | |
pyproject.toml | hai 1 mes | |
requirements.txt | %!s(int64=3) %!d(string=hai) anos | |
wsgi.py | %!s(int64=3) %!d(string=hai) anos |
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;
}
}