Skip to content

Commit

Permalink
docs: guide to run gunicorn on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
nhymxu committed Jul 9, 2024
1 parent ed97737 commit b32bbfc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ async: Hypercorn/uvcorn
pip install "uvicorn[standard]" gunicorn
````

Note: on MacOS. Run this command to fix gunicorn error

```shell
export NO_PROXY=*
```

```shell
hypercorn web:asgi_app
Expand Down

0 comments on commit b32bbfc

Please sign in to comment.