Created
September 17, 2024 01:11
-
-
Save jfmatth/ddacb017d2d34bf4514986f92fcb77e2 to your computer and use it in GitHub Desktop.
gunicorn.conf.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bind = "0.0.0.0:8000" | |
workers=2 | |
accesslog="-" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment