From 19ad93b694980b45616c66db2e377cbff0ef721b Mon Sep 17 00:00:00 2001 From: mrtaxi Date: Tue, 26 Jan 2021 23:19:22 +0200 Subject: [PATCH 01/14] change port from 80 to 8088 --- default.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.conf b/default.conf index 9e1eab0..cf7c3f3 100644 --- a/default.conf +++ b/default.conf @@ -1,5 +1,5 @@ server { - listen 80; + listen 8088; server_name localhost; #charset koi8-r; @@ -41,4 +41,4 @@ server { #location ~ /\.ht { # deny all; #} -} \ No newline at end of file +} From 777e4eaf92b0ce19d9798eb7c32b8ec97de07bea Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 26 Jan 2021 23:28:01 +0200 Subject: [PATCH 02/14] change port from 80 to 8088 --- default.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.conf b/default.conf index 9e1eab0..cf7c3f3 100644 --- a/default.conf +++ b/default.conf @@ -1,5 +1,5 @@ server { - listen 80; + listen 8088; server_name localhost; #charset koi8-r; @@ -41,4 +41,4 @@ server { #location ~ /\.ht { # deny all; #} -} \ No newline at end of file +} From dcc6cba90efb7d45ae13ade7084752f57c233dd6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 26 Jan 2021 23:31:12 +0200 Subject: [PATCH 03/14] add comment to file --- default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.conf b/default.conf index cf7c3f3..fea775a 100644 --- a/default.conf +++ b/default.conf @@ -1,7 +1,7 @@ server { listen 8088; server_name localhost; - + #add this comment to file #charset koi8-r; #access_log /var/log/nginx/log/host.access.log main; From 59162727d19adf54151b782bf4bd4c9c4ba9cfb8 Mon Sep 17 00:00:00 2001 From: mrtaxi Date: Wed, 3 Feb 2021 22:26:31 +0200 Subject: [PATCH 04/14] Update index.html test webhook --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 756b717..1131cb4 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,3 @@

Hello World!

-

This is a simple static website being served from Nginx running inside a Docker container!

\ No newline at end of file +

This is a simple static website being served from Nginx running inside a Docker container! Test webhook

From 3903c2951ce34fa17ec5a966c7e951697cc6c6f9 Mon Sep 17 00:00:00 2001 From: mrtaxi Date: Wed, 3 Feb 2021 22:32:27 +0200 Subject: [PATCH 05/14] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1131cb4..90677fe 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,3 @@

Hello World!

-

This is a simple static website being served from Nginx running inside a Docker container! Test webhook

+

This is a simple static website being served from Nginx running inside a Docker container! Test webhook[oiegfhqerpogh

From c73f35406e660fdf170b4f147e4eab353f64b6f0 Mon Sep 17 00:00:00 2001 From: mrtaxi Date: Wed, 3 Feb 2021 22:37:15 +0200 Subject: [PATCH 06/14] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 90677fe..c9a6ff2 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,3 @@

Hello World!

-

This is a simple static website being served from Nginx running inside a Docker container! Test webhook[oiegfhqerpogh

+

This is a simple static website being served from Nginx running inside a Docker container! Test webhook003022020_22_38

From 303a7bd0b8791e144532286c5c3427db69b56f19 Mon Sep 17 00:00:00 2001 From: mrtaxi Date: Fri, 5 Feb 2021 16:37:41 +0200 Subject: [PATCH 07/14] timestamp was added --- index.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index c9a6ff2..91e3319 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,11 @@ -

Hello World!

- -

This is a simple static website being served from Nginx running inside a Docker container! Test webhook003022020_22_38

+ + + +

Hello World!

+

This is a simple static website being served from Nginx running inside a Docker container!

+ + + From fce5ed01489b99be548586933c0cfaca58f81a5a Mon Sep 17 00:00:00 2001 From: mrtaxi Date: Fri, 5 Feb 2021 19:11:29 +0200 Subject: [PATCH 08/14] update "welcome" --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 91e3319..547ec88 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ -

Hello World!

+

---Hello World!---

This is a simple static website being served from Nginx running inside a Docker container!