From e6a58eaaf416d64632cccbae3888a9af61514c59 Mon Sep 17 00:00:00 2001 From: Rico Ullmann Date: Tue, 21 Dec 2021 16:59:21 +0100 Subject: [PATCH] nginx: replace data symlinks with actual files --- data/nginx/files/error.html | 74 ++++++++++++++++++++++++++++++++- data/nginx/files/not_found.html | 74 ++++++++++++++++++++++++++++++++- 2 files changed, 146 insertions(+), 2 deletions(-) mode change 120000 => 100644 data/nginx/files/error.html mode change 120000 => 100644 data/nginx/files/not_found.html diff --git a/data/nginx/files/error.html b/data/nginx/files/error.html deleted file mode 120000 index 4240cd6..0000000 --- a/data/nginx/files/error.html +++ /dev/null @@ -1 +0,0 @@ -../../../../bundlewrap/data/nginx/files/error.html \ No newline at end of file diff --git a/data/nginx/files/error.html b/data/nginx/files/error.html new file mode 100644 index 0000000..544a586 --- /dev/null +++ b/data/nginx/files/error.html @@ -0,0 +1,73 @@ + + + + Server Error + + + + + + +
+
+

Server Error

+
+
+

Dieses System ist aktuell nicht verfügbar.

+

This system is currently unavailable.

+
+
+ + + diff --git a/data/nginx/files/not_found.html b/data/nginx/files/not_found.html deleted file mode 120000 index 85596d2..0000000 --- a/data/nginx/files/not_found.html +++ /dev/null @@ -1 +0,0 @@ -../../../../bundlewrap/data/nginx/files/not_found.html \ No newline at end of file diff --git a/data/nginx/files/not_found.html b/data/nginx/files/not_found.html new file mode 100644 index 0000000..289b13b --- /dev/null +++ b/data/nginx/files/not_found.html @@ -0,0 +1,73 @@ + + + + Not Found + + + + + + +
+
+

🔦 Not Found

+
+
+

404 - Seite nicht gefunden.

+

404 - Page not found.

+
+
+ + +