Skip to content

Commit

Permalink
Checklinks.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Feb 2, 2024
1 parent 06c4c45 commit 27bec44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:

## Using SSL

In order to access varnish over `https`, you only need to set `ssl: true`. However, because [varnish is not built to run over https](https://www.section.io/blog/varnish-cache-https/), we will spin up an additional `nginx` container called `SERVICE_ssl` and handle SSL termination there.
In order to access varnish over `https`, you only need to set `ssl: true`. However, because [varnish is not built to run over https](https://www.smashingmagazine.com/2015/09/https-everywhere-with-nginx-varnish-apache/), we will spin up an additional `nginx` container called `SERVICE_ssl` and handle SSL termination there.

## Using a custom VCL file

Expand Down
4 changes: 2 additions & 2 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Learn how to develop and contribute to the Lando Varnish service

# Development

This guide contains information to help onboard developers to work on the [varnish](https://varnish.microsoft.com/en-us/) integration, hereafter referred to as *the plugin*.
This guide contains information to help onboard developers to work on the [varnish](https://varnish-cache.org/intro/) integration, hereafter referred to as *the plugin*.

## Requirements

Expand Down Expand Up @@ -162,4 +162,4 @@ npm install @lando/varnish@edge

## Contribution

If you want to contribute code then just follow [this flow](https://docs.github.com/en/get-started/using-github/github-flow).
If you want to contribute code then just follow [this flow](https://docs.github.com/en/get-started/using-github/github-flow).

0 comments on commit 27bec44

Please sign in to comment.