mirror of
https://github.com/joppuyo/nice-nginx-error-page.git
synced 2026-03-08 00:42:22 +00:00
Fix typo
This commit is contained in:
@@ -13,7 +13,7 @@ Edit `custom-error-page/http-statuses.conf` so the `root` values point to the co
|
|||||||
In your main nginx config file, include `custom-error-page/http-statuses.conf` outside the server block, like this:
|
In your main nginx config file, include `custom-error-page/http-statuses.conf` outside the server block, like this:
|
||||||
|
|
||||||
```
|
```
|
||||||
include /etc/nginx/conf.d/custom-error-page/http-status.conf;
|
include /etc/nginx/conf.d/custom-error-page/http-statuses.conf;
|
||||||
# ^ Add this line
|
# ^ Add this line
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
|||||||
Reference in New Issue
Block a user