commit ecb6f8ad3795bd101a35761b928cc96e78cb078f Author: ervin Date: Wed Dec 20 17:21:56 2023 +0100 first commit 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