GameServerWeb.Plugs.ContentStatic
(game_server_web v1.0.935)
Copy Markdown
Serves blog & changelog images directly from the endpoint plug pipeline, bypassing the code-reloader and full browser pipeline.
This prevents concurrent image requests from being serialized by
Phoenix.CodeReloader in dev mode, which would cause intermittent timeouts.
Matched paths: GET /content/:type/*rest