diff options
author | Victor Näslund <victor@sunet.se> | 2022-11-13 04:12:47 +0100 |
---|---|---|
committer | Victor Näslund <victor@sunet.se> | 2022-11-13 04:12:47 +0100 |
commit | f7a40b9e13d242968db83acaac13660224eb0143 (patch) | |
tree | d8f0cdf5d93cc1aebc83343aea6615bc2ee9bc55 /auth-server-poc/config/uwsgi.ini | |
parent | 8baecf339e8061160bee519e87ffe837d1525c18 (diff) |
new direction
Diffstat (limited to 'auth-server-poc/config/uwsgi.ini')
-rw-r--r-- | auth-server-poc/config/uwsgi.ini | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/auth-server-poc/config/uwsgi.ini b/auth-server-poc/config/uwsgi.ini deleted file mode 100644 index 492b30c..0000000 --- a/auth-server-poc/config/uwsgi.ini +++ /dev/null @@ -1,13 +0,0 @@ -[uwsgi] -uid=www-data -gid=www-data -chdir = /opt/auth-server-poc/src/ -callable = app -module = app -socket = /tmp/uwsgi.sock -master = true -# uwsgi websockets only allow max 1 process? -processes = 1 -chmod-socket = 666 -enable-threads = true -virtualenv = /opt/auth-server-poc |