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 c13330c commit 4d4d347
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
## Using custom nginx config files
You may need to override our [default nginx config](https://github.com/lando/nginx/tree/main/builders) with your own custom [server](https://www.linode.com/docs/web-servers/nginx/how-to-configure-nginx/), [vhosts](https://www.linode.com/docs/web-servers/nginx/how-to-configure-nginx/) or [fastcgi_params](https://www.nginx.com/resources/wiki/start/topics/examples/full/) config.
You may need to override our [default nginx config](https://github.com/lando/nginx/tree/main/builders) with your own custom [server](https://www.linode.com/docs/guides/how-to-configure-nginx/), [vhosts](https://www.linode.com/docs/guides/how-to-configure-nginx/) or [fastcgi_params](https://www.nginx.com/resources/wiki/start/topics/examples/full/) config.
If you do this, you must use files that exist inside your application and express them relative to your project root as shown below:
Expand Down Expand Up @@ -53,4 +53,4 @@ services:
server: config/nginx.conf
vhosts: config/default.conf
param: config/fastcgi_params
```
```
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 Nginx service

# Development

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

## Requirements

Expand Down Expand Up @@ -162,4 +162,4 @@ npm install @lando/nginx@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 4d4d347

Please sign in to comment.