You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*(Essentially you'll replace just the last line of the command, switching out the "runserver" line)
93
93
```
94
94
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
+
95
97
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.
96
98
97
99
Changes of this sort should be carefully evaluated as they may require interaction with systems managed by devops/sysops folks.
0 commit comments