Skip to content

Commit

Permalink
have uwsgi pointed at __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
linglp committed Mar 19, 2024
1 parent 986f3e8 commit 42007a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/schematic/api/uwsgi.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[uwsgi]
# The variables http and *-socket are passed as command line arguments and
# must not be specified in this file.
wsgi-file = schematic_api/main.py
wsgi-file = schematic_api/__main__.py
callable = app
uid = www-data
gid = www-data
Expand Down

0 comments on commit 42007a9

Please sign in to comment.