Visualisierung der Messdaten des DWD https://wetter.clerie.de
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
130 B
11 lines
130 B
3 years ago
|
[uwsgi]
|
||
3 years ago
|
module = wsgi:app
|
||
3 years ago
|
|
||
3 years ago
|
pidfile = wetter.pid
|
||
3 years ago
|
master = true
|
||
|
processes = 5
|
||
|
|
||
3 years ago
|
http-socket = :5002
|
||
3 years ago
|
chmod-socket = 660
|
||
|
vacuum = true
|