mirror of
https://github.com/joppuyo/nice-nginx-error-page.git
synced 2026-03-08 00:42:22 +00:00
Fix syntax
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# SPDX-License-Identifier: MIT OR CC0-1.0
|
# SPDX-License-Identifier: MIT OR CC0-1.0
|
||||||
# SPDX-FileCopyrightText 2021 Johannes Siipola
|
# SPDX-FileCopyrightText: 2021 Johannes Siipola
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!-- SPDX-License-Identifier: MIT OR CC0-1.0 -->
|
<!-- SPDX-License-Identifier: MIT OR CC0-1.0 -->
|
||||||
<!-- SPDX-FileCopyrightText 2021 Johannes Siipola -->
|
<!-- SPDX-FileCopyrightText: 2021 Johannes Siipola -->
|
||||||
|
|
||||||
# Nice Nginx Error Page
|
# Nice Nginx Error Page
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# SPDX-License-Identifier: MIT OR CC0-1.0
|
# SPDX-License-Identifier: MIT OR CC0-1.0
|
||||||
# SPDX-FileCopyrightText 2021 Johannes Siipola
|
# SPDX-FileCopyrightText: 2021 Johannes Siipola
|
||||||
|
|
||||||
location /custom-error-page.html {
|
location /custom-error-page.html {
|
||||||
ssi on;
|
ssi on;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# SPDX-License-Identifier: MIT OR CC0-1.0
|
# SPDX-License-Identifier: MIT OR CC0-1.0
|
||||||
# SPDX-FileCopyrightText 2021 Johannes Siipola
|
# SPDX-FileCopyrightText: 2021 Johannes Siipola
|
||||||
|
|
||||||
map $status $status_text {
|
map $status $status_text {
|
||||||
400 'Bad Request';
|
400 'Bad Request';
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- SPDX-License-Identifier: MIT OR CC0-1.0 -->
|
<!-- SPDX-License-Identifier: MIT OR CC0-1.0 -->
|
||||||
<!-- SPDX-FileCopyrightText 2021 Johannes Siipola -->
|
<!-- SPDX-FileCopyrightText: 2021 Johannes Siipola -->
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- SPDX-License-Identifier: MIT OR CC0-1.0 -->
|
<!-- SPDX-License-Identifier: MIT OR CC0-1.0 -->
|
||||||
<!-- SPDX-FileCopyrightText 2021 Johannes Siipola -->
|
<!-- SPDX-FileCopyrightText: 2021 Johannes Siipola -->
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- SPDX-License-Identifier: MIT OR CC0-1.0 -->
|
<!-- SPDX-License-Identifier: MIT OR CC0-1.0 -->
|
||||||
<!-- SPDX-FileCopyrightText 2021 Johannes Siipola -->
|
<!-- SPDX-FileCopyrightText: 2021 Johannes Siipola -->
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- SPDX-License-Identifier: MIT OR CC0-1.0 -->
|
<!-- SPDX-License-Identifier: MIT OR CC0-1.0 -->
|
||||||
<!-- SPDX-FileCopyrightText 2021 Johannes Siipola -->
|
<!-- SPDX-FileCopyrightText: 2021 Johannes Siipola -->
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- SPDX-License-Identifier: MIT OR CC0-1.0 -->
|
<!-- SPDX-License-Identifier: MIT OR CC0-1.0 -->
|
||||||
<!-- SPDX-FileCopyrightText 2021 Johannes Siipola -->
|
<!-- SPDX-FileCopyrightText: 2021 Johannes Siipola -->
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
|||||||
Reference in New Issue
Block a user