From ecb6f8ad3795bd101a35761b928cc96e78cb078f Mon Sep 17 00:00:00 2001 From: ervin Date: Wed, 20 Dec 2023 17:21:56 +0100 Subject: [PATCH] first commit --- README.md | 8 ++++ error/403.html | 115 ++++++++++++++++++++++++++++++++++++++++++++++ error/404.html | 115 ++++++++++++++++++++++++++++++++++++++++++++++ error/410.html | 115 ++++++++++++++++++++++++++++++++++++++++++++++ error/50x.html | 117 +++++++++++++++++++++++++++++++++++++++++++++++ error/index.html | 102 +++++++++++++++++++++++++++++++++++++++++ 6 files changed, 572 insertions(+) create mode 100644 README.md create mode 100644 error/403.html create mode 100644 error/404.html create mode 100644 error/410.html create mode 100644 error/50x.html create mode 100644 error/index.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..93a8bec --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Nginx + +## Telepítés +``` +apt-get -y install nginx +``` + + diff --git a/error/403.html b/error/403.html new file mode 100644 index 0000000..b55a765 --- /dev/null +++ b/error/403.html @@ -0,0 +1,115 @@ + + + + + + + Hozzáférés megtagadva + + + + +
+
+
+
+ + + +
+

Hozzáférés megtagadva

+
+

Nincs engedélye az oldal megtekintésére.

+ +
+
+
+
+ + + \ No newline at end of file diff --git a/error/404.html b/error/404.html new file mode 100644 index 0000000..cc1463d --- /dev/null +++ b/error/404.html @@ -0,0 +1,115 @@ + + + + + + + Az oldal nem található + + + + +
+
+
+
+ + + +
+

Az oldal nem található

+
+

Kérjük, ellenőrizze a címet, és próbálja újra.

+ +
+
+
+
+ + + \ No newline at end of file diff --git a/error/410.html b/error/410.html new file mode 100644 index 0000000..936129e --- /dev/null +++ b/error/410.html @@ -0,0 +1,115 @@ + + + + + + + Az erőforrás eltűnt + + + + +
+
+
+
+ + + +
+

Az erőforrás eltűnt

+
+

Kérjük, ellenőrizze a címet, és próbálja újra.

+ +
+
+
+
+ + + \ No newline at end of file diff --git a/error/50x.html b/error/50x.html new file mode 100644 index 0000000..f0c5457 --- /dev/null +++ b/error/50x.html @@ -0,0 +1,117 @@ + + + + + + + Belső Szerverhiba + + + + +
+
+
+
+ + + +
+

Belső Szerverhiba

+
+

+ A szerver belső hibát vagy téves konfigurációt tapasztalt, és nem tudta teljesíteni a kérését. +

+ +
+
+
+
+ + + \ No newline at end of file diff --git a/error/index.html b/error/index.html new file mode 100644 index 0000000..14a4571 --- /dev/null +++ b/error/index.html @@ -0,0 +1,102 @@ + + + + + + + + Ez a weboldal jelenleg feltöltés alatt áll. + + + + +
+
+
+
+ + + +
+
+

Ez a weboldal jelenleg feltöltés alatt áll.

+

Az oldal tulajdonosa még nem töltötte fel tartalmát erre a webhelyre.

+

Kérjük, látogasson vissza később.

+ +
+
+
+
+ + + \ No newline at end of file