- added source identifier to application logs - added toy NGINX/uWSGI setup in sample directory
3 lines
117 B
Plaintext
3 lines
117 B
Plaintext
uwsgi: LOG_JSON=true DEBUG=false uwsgi --ini sample-config/uwsgi.ini
|
|
nginx: nginx -c $(pwd)/sample-config/nginx.conf
|