From 037f51826600bf9e13efbc069e266d73211ce8d6 Mon Sep 17 00:00:00 2001 From: dawei-wang Date: Tue, 21 Feb 2023 12:47:32 -0800 Subject: [PATCH] Fix typo nginxinc/docker-nginx-unprivileged#131 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9b3fcda..010b44f4 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,4 @@ Most images are built for the `amd64`, `arm32v5` (for Debian), `arm32v6` (for Al ## Common Issues -* If you overrive the default `nginx.conf` file you may receive the message `nginx: [emerg] open() "/var/run/nginx.pid" failed (13: Permission denied)`, in this case you have to add the line `pid /tmp/nginx.pid` into your config. +* If you override the default `nginx.conf` file you may receive the message `nginx: [emerg] open() "/var/run/nginx.pid" failed (13: Permission denied)`, in this case you have to add the line `pid /tmp/nginx.pid` into your config.