Skip to content

Commit f67c10e

Browse files
committed
Slight clarification
1 parent 8381a7b commit f67c10e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ gunicorn signal_documentation.wsgi:application --bind 0.0.0.0:8000"
9292
*(Essentially you'll replace just the last line of the command, switching out the "runserver" line)
9393
```
9494

95+
Open `http://localhost` to view it in the browser. In this usage your request will be serviced by Nginx instead of the application directly.
96+
9597
The primary use case for this will be when making changes to the Nginx container image that runs in production and hosts the static file content, or also if making changes to the Gunicorn config.
9698

9799
Changes of this sort should be carefully evaluated as they may require interaction with systems managed by devops/sysops folks.

0 commit comments

Comments
 (0)