From 19f82a85364f07c4ad29c074434992b1e9a483ec Mon Sep 17 00:00:00 2001 From: bread Date: Tue, 8 Oct 2024 19:22:38 +0000 Subject: [PATCH] even more little things I missed (polish!) --- docs/nginx.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/nginx.md b/docs/nginx.md index f4366ad..2ea2138 100644 --- a/docs/nginx.md +++ b/docs/nginx.md @@ -34,7 +34,7 @@ -4. `cd` to `/etc/nginx` and make the `conf.d/` if it doesn't exist: +4. `cd` to `/etc/nginx` and make the `conf.d/` directory if it doesn't exist: * Again, this guesses you're logged in as root. ```sh cd /etc/nginx @@ -183,6 +183,7 @@

Other important things

1. Configuration guide: Things to do after setup. + 2. Apache2 guide: Fallback to this if you couldn't get something to work, or you don't know something.

Known issues