Skip to content

Commit ba876c1

Browse files
Qualify that sample application uses gunicorn support.
1 parent 7bfc5a3 commit ba876c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This repository provides a sample Python web application implemented using the F
44

55
## Implementation Notes
66

7-
This sample Python application relies on the support provided by the default S2I builder for deploying a WSGI application. The requirements which need to be satisfied for this to work are:
7+
This sample Python application relies on the support provided by the default S2I builder for deploying a WSGI application using the ``gunicorn`` WSGI server. The requirements which need to be satisfied for this to work are:
88

99
* The WSGI application code file needs to be named ``wsgi.py``.
1010
* The WSGI application entry point within the code file needs to be named ``application``.

0 commit comments

Comments
 (0)