#17993 closed Cleanup/optimization (fixed)
error in uWSGI example ini file
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
The provided example ini file uses the quoted form for the 'module' directive:
module='mysite.wsgi:application'
This syntax is not supported on older uWSGI releases and could lead to errorsFor being version independent
it should be:
module=mysite.wsgi:application
Change History (3)
comment:1 by , 13 years ago
Easy pickings: | set |
---|---|
Has patch: | unset |
Triage Stage: | Unreviewed → Accepted |
Type: | Uncategorized → Cleanup/optimization |
Version: | 1.4 → SVN |
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
http://projects.unbit.it/uwsgi/wiki/INIFiles