mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Reorganise the file structure into a project tree
This commit is contained in:
12
etc/auth_uwsgi.xml
Normal file
12
etc/auth_uwsgi.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<uwsgi>
|
||||
<socket>127.0.0.1:8811</socket>
|
||||
<home>./env/</home>
|
||||
<pythonpath>./</pythonpath>
|
||||
<module>auth_wsgi</module>
|
||||
<master/>
|
||||
<processes>5</processes>
|
||||
<daemonize>./logs/uwsgi.log</daemonize>
|
||||
<pidfile>./logs/uwsgi.pid</pidfile>
|
||||
<vacuum/>
|
||||
</uwsgi>
|
||||
|
||||
Reference in New Issue
Block a user