diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-11-16 21:09:02 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-11-16 21:09:02 +0000 |
commit | b9033ad4157010ccd8f37437de131ed70af90f45 (patch) | |
tree | 7d10ebd824040aabc585273e07dec6ebde64730f /doc/architecture | |
parent | 6d9c4dc2ef4c63bee8e9ca095dc2f0ed683a34f5 (diff) | |
download | gitlab-ce-b9033ad4157010ccd8f37437de131ed70af90f45.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/architecture')
-rw-r--r-- | doc/architecture/blueprints/image_resizing/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/architecture/blueprints/image_resizing/index.md b/doc/architecture/blueprints/image_resizing/index.md index ed2dc01b7ed..4e4a1dc739b 100644 --- a/doc/architecture/blueprints/image_resizing/index.md +++ b/doc/architecture/blueprints/image_resizing/index.md @@ -23,7 +23,7 @@ sequenceDiagram Note right of RailsApp: Width Allowlist: https://gitlab.com/gitlab-org/gitlab/-/blob/master/app/models/concerns/avatarable.rb#L10 RailsApp->>Workhorse: `send-scaled-img:` request Note right of RailsApp: Set `send-scaled-img:` Header - Workhorse->>Workhorse: Image resizing using Go lib + Workhorse->>Workhorse: Image resizing using Go lib Workhorse->>Requester: Serve the resized image else All other cases RailsApp->>Workhorse: Usual request scenario |