From a54906c78a9c14e960457553177c4325a2b903f8 Mon Sep 17 00:00:00 2001 From: Maciej Bembenista Date: Mon, 24 Jul 2017 11:55:06 +0200 Subject: [PATCH] Update custom-404-page.md - fix a typo (#6218) Merge pull request 6218 --- docs/_tutorials/custom-404-page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_tutorials/custom-404-page.md b/docs/_tutorials/custom-404-page.md index 40bb3262..2512618e 100644 --- a/docs/_tutorials/custom-404-page.md +++ b/docs/_tutorials/custom-404-page.md @@ -53,7 +53,7 @@ More info on configuring Apache Error Pages can found in [official documentation The procedure is just as simple as configuring Apache servers, but slightly different. -Add the following to the ngnix configuration file, `nginx.conf`, which is usually located inside `/etc/nginx/` or `/etc/nginx/conf/`: +Add the following to the nginx configuration file, `nginx.conf`, which is usually located inside `/etc/nginx/` or `/etc/nginx/conf/`: ``` server {