Skip to content

Commit

Permalink
Fix spelling and language
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested committed Jun 29, 2024
1 parent 1988cb4 commit 633a738
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environments.
## HTTPS configuration

The proxy uses a self-signed certificate for HTTPS. You can use a root
certificate, e.g. one generated with mkcert to avoid browser
certificate, e.g., one generated with mkcert to avoid browser
warnings.

Mount the root certificate like this
Expand Down Expand Up @@ -38,7 +38,7 @@ environment:
VIRTUAL_HOST: example.local
```

## Predifined configurations
## Predefined configurations

This nginx proxy comes with three predefined configurations:

Expand Down Expand Up @@ -67,8 +67,8 @@ environment:

### Next.js

Next.js is like proxy but also forwards websocket connections on the
path `/_next/webpack-hmr`.
Next.js is like the proxy configuration but also forwards WebSocket
connections on the path `/_next/webpack-hmr`.

```yaml
image: ghcr.io/arnested/https-proxy:nextjs
Expand Down Expand Up @@ -107,7 +107,7 @@ environment:

## Base image

There is also a base configuration that comes with no prefined
There is also a base configuration that comes with no predefined
configuration.

```yaml
Expand All @@ -126,8 +126,8 @@ include include.d/ssl.conf;

> [!NOTE]
>
> This is image is meant to replace
> [drupal-apache-fpm](https://github.com/reload/drupal-apache-fpm)
> This image is meant to replace
> [drupal-apache-fpm](https://github.com/reload/drupal-apache-fpm),
> which we have used for most of our projects.
>
> The new approach is smaller (due to using nginx), more inline with
Expand Down

0 comments on commit 633a738

Please sign in to comment.