From 98d60a5eaf3768e2b53e4bfd382686422cd8c710 Mon Sep 17 00:00:00 2001 From: Louis Charette Date: Thu, 13 Jun 2024 20:53:46 -0400 Subject: [PATCH] Fix https://github.com/userfrosting/learn/issues/144 --- .../02.environment/01.native/01.requirements/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/04.installation/02.environment/01.native/01.requirements/docs.md b/pages/04.installation/02.environment/01.native/01.requirements/docs.md index 459084df..f0c8319b 100644 --- a/pages/04.installation/02.environment/01.native/01.requirements/docs.md +++ b/pages/04.installation/02.environment/01.native/01.requirements/docs.md @@ -220,7 +220,7 @@ UserFrosting includes a `public/.htaccess` file that is used to provide URLs wit Nginx can be installed natively on Linux using most package managers. Some [very useful guides](https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-22-04) can be found online with instructions for Ubuntu. It can also be installed through [Homebrew on MacOS](https://formulae.brew.sh/formula/nginx). -When using Apache to serve UserFrosting, make sure to include this directive in your site config. +When using Nginx to serve UserFrosting, make sure to include this directive in your site config. ```txt location / {