mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 13:41:28 +00:00
various fixes
This commit is contained in:
@@ -71,9 +71,11 @@ void master_loop(char **argv, char **environ) {
|
||||
|
||||
char *cluster_opt_buf = NULL;
|
||||
int cluster_opt_size = 4;
|
||||
#ifdef UWSGI_MULTICAST
|
||||
char *cptrbuf;
|
||||
uint16_t ustrlen;
|
||||
struct uwsgi_header *uh;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
int i,j;
|
||||
|
||||
@@ -4,6 +4,9 @@
|
||||
|
||||
<http>:9090</http>
|
||||
|
||||
<socket>:3031</socket>
|
||||
<socket>127.0.0.1:3032</socket>
|
||||
|
||||
<manage-script-name/>
|
||||
|
||||
<master/>
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
# werkzeug test module via YAML
|
||||
uwsgi:
|
||||
module: werkzeug.testapp:test_app # a comment
|
||||
socket: :3032 # another comment
|
||||
master: 1
|
||||
processes: 8 # the number of processes
|
||||
memory-report: 1
|
||||
Reference in New Issue
Block a user