Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guide/content/en/guide/running/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ See the [Gunicorn Docs](http://docs.gunicorn.org/en/latest/settings.html#max-req

Sanic will also perform fastest if you turn off `access_log`.

If you still require access logs, but want to enjoy this performance boost, consider using [Nginx as a proxy](./nginx.md), and letting that handle your access logging. It will be much faster than anything Python can handle.
If you still require access logs, but want to enjoy this performance boost, consider using [Nginx as a proxy](./../deployment/nginx.md), and letting that handle your access logging. It will be much faster than anything Python can handle.

.. column::

Expand Down
Loading