Sha256: 998bc21812f5a457dbb997b7c8ae10ba2d8241e054279068e8025d300edfb729
Contents?: true
Size: 374 Bytes
Versions: 39
Compression:
Stored size: 374 Bytes
Contents
<uwsgi> <master/> <processes><%= uwsgi_worker_processes %></processes> <home><%= deploy_to %></home> <socket><%= pid_path %>/uwsgi.sock</socket> <pidfile><%= uwsgi_pidfile %></pidfile> <pythonpath><%= current_path %></pythonpath> <env>DJANGO_SETTINGS_MODULE=<%= application %>.settings</env> <module>django.core.handlers.wsgi:WSGIHandler()</module> </uwsgi>
Version data entries
39 entries across 39 versions & 1 rubygems