Commit 3cdfdd0c authored by Nick Thomas's avatar Nick Thomas

Merge branch 'patch-1' into 'master'

Readme formatting cleanup

See merge request gitlab-org/gitlab-workhorse!548
parents 0f19719c 2c2dd27b
......@@ -7,7 +7,7 @@ push/pull and Git archive downloads.
## Quick facts (how does Workhorse work)
- Workhorse can handle some requests without involving Rails at all:
for example, Javascript files and CSS files are served straight
for example, JavaScript files and CSS files are served straight
from disk.
- Workhorse can modify responses sent by Rails: for example if you use
`send_file` in Rails then gitlab-workhorse will open the file on
......@@ -238,8 +238,8 @@ Note that Omnibus containers already come with `gm` installed.
GitLab-Workhorse supports remote error tracking with
[Sentry](https://sentry.io). To enable this feature set the
GITLAB_WORKHORSE_SENTRY_DSN environment variable.
You can also set the GITLAB_WORKHORSE_SENTRY_ENVIRONMENT environment variable to
`GITLAB_WORKHORSE_SENTRY_DSN` environment variable.
You can also set the `GITLAB_WORKHORSE_SENTRY_ENVIRONMENT` environment variable to
use the Sentry environment functionality to separate staging, production and
development.
......@@ -323,7 +323,7 @@ More information about see the [LabKit monitoring docs](https://gitlab.com/gitla
## License
This code is distributed under the MIT license, see the LICENSE file.
This code is distributed under the MIT license, see the [LICENSE](LICENSE) file.
[brief-history-blog]: https://about.gitlab.com/2016/04/12/a-brief-history-of-gitlab-workhorse/
[LabKit]: https://gitlab.com/gitlab-org/labkit/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment