Browse Source

📝 Fix bad link in docs (#1603)

Co-authored-by: lookyun <[email protected]>
pull/1669/head
molto 5 years ago
committed by GitHub
parent
commit
f158d95ce9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/docs/advanced/wsgi.md

2
docs/en/docs/advanced/wsgi.md

@ -1,6 +1,6 @@
# Including WSGI - Flask, Django, others
You can mount WSGI applications as you saw with [Sub Applications - Behind a Proxy, Mounts](./sub-applications-proxy.md){.internal-link target=_blank}.
You can mount WSGI applications as you saw with [Sub Applications - Mounts](./sub-applications.md){.internal-link target=_blank}, [Behind a Proxy](./behind-a-proxy.md){.internal-link target=_blank}.
For that, you can use the `WSGIMiddleware` and use it to wrap your WSGI application, for example, Flask, Django, etc.

Loading…
Cancel
Save