From 5ae3996482f78338e8381f9816c6f0057316df2d Mon Sep 17 00:00:00 2001 From: Ian Date: Mon, 11 May 2020 18:37:41 +0200 Subject: [PATCH] Update nginx-configuration.md (#306) --- docs/guides/nginx-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/nginx-configuration.md b/docs/guides/nginx-configuration.md index 29b6b23..3d2604d 100644 --- a/docs/guides/nginx-configuration.md +++ b/docs/guides/nginx-configuration.md @@ -1,7 +1,7 @@ ### Notes & Warnings - **This is an unsupported configuration created by the community** -- **Replace `7.3` with the PHP version you installed, e.g. if you're using Raspbian Stretch (Debian 9) replace `7.3` with 7.0`.** +- **Replace `7.3` with the PHP version you installed, e.g. if you're using Raspbian Stretch (Debian 9) replace `7.3` with `7.0`.** - The `php7.3-sqlite` package must be installed otherwise Networking and Querying will throw an error that it can't access the database. ### Basic requirements