diff --git a/uwsgi.ini.example b/uwsgi.ini.example index ea517e6..28646b0 100644 --- a/uwsgi.ini.example +++ b/uwsgi.ini.example @@ -1,7 +1,7 @@ ; https://uwsgi-docs.readthedocs.io/en/latest/Configuration.html#magic-variables [uwsgi] -http = :9090 +http = :8080 chdir = %v wsgi-file = %v/app.py processes = 1