We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41fc7fc commit 714f327Copy full SHA for 714f327
README.md
@@ -47,7 +47,7 @@ The Python "module" (file) to be imported by Waitress, this module would contain
47
48
By default:
49
50
-* `app.wsgi` if there's a file `/app/app/main.py` or
+* `app.wsgi` if there's a file `/app/app/wsgi.py` or
51
* `wsgi` if there's a file `/app/wsgi.py`
52
53
For example, if your main file was at `/app/custom_app/custom_script.py`, you could set it like:
0 commit comments