diff --git a/.editorconfig b/.editorconfig index 656ed9e..53a3d65 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,5 @@ # SPDX-License-Identifier: MIT OR CC0-1.0 -# SPDX-FileCopyrightText 2021 Johannes Siipola +# SPDX-FileCopyrightText: 2021 Johannes Siipola [*] end_of_line = lf diff --git a/README.md b/README.md index f163132..29fde70 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ - + # Nice Nginx Error Page diff --git a/config/custom-error-page/error-page.conf b/config/custom-error-page/error-page.conf index b1347cb..e819e63 100644 --- a/config/custom-error-page/error-page.conf +++ b/config/custom-error-page/error-page.conf @@ -1,5 +1,5 @@ # SPDX-License-Identifier: MIT OR CC0-1.0 -# SPDX-FileCopyrightText 2021 Johannes Siipola +# SPDX-FileCopyrightText: 2021 Johannes Siipola location /custom-error-page.html { ssi on; diff --git a/config/custom-error-page/http-statuses.conf b/config/custom-error-page/http-statuses.conf index c42561f..2f3253f 100644 --- a/config/custom-error-page/http-statuses.conf +++ b/config/custom-error-page/http-statuses.conf @@ -1,5 +1,5 @@ # SPDX-License-Identifier: MIT OR CC0-1.0 -# SPDX-FileCopyrightText 2021 Johannes Siipola +# SPDX-FileCopyrightText: 2021 Johannes Siipola map $status $status_text { 400 'Bad Request'; diff --git a/docs/400.html b/docs/400.html index 6ec760d..bfc38c6 100644 --- a/docs/400.html +++ b/docs/400.html @@ -1,7 +1,7 @@ - + diff --git a/docs/401.html b/docs/401.html index 9d8122b..fda7811 100644 --- a/docs/401.html +++ b/docs/401.html @@ -1,7 +1,7 @@ - + diff --git a/docs/404.html b/docs/404.html index 2f00006..34f9a4d 100644 --- a/docs/404.html +++ b/docs/404.html @@ -1,7 +1,7 @@ - + diff --git a/docs/500.html b/docs/500.html index 6602296..ca42fe1 100644 --- a/docs/500.html +++ b/docs/500.html @@ -1,7 +1,7 @@ - + diff --git a/templates/custom-error-page/custom-error-page.html b/templates/custom-error-page/custom-error-page.html index db5c05d..6f64b93 100644 --- a/templates/custom-error-page/custom-error-page.html +++ b/templates/custom-error-page/custom-error-page.html @@ -1,7 +1,7 @@ - +