Kyle Czar 937ce163b7 preview i.redd.it images inside comments | преди 3 седмици | |
---|---|---|
kddit | преди 3 седмици | |
static | преди 1 година | |
.gitignore | преди 1 година | |
README.md | преди 4 години | |
poetry.lock | преди 1 месец | |
pyproject.toml | преди 1 месец | |
requirements.txt | преди 3 години | |
wsgi.py | преди 3 години |
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;
}
}