From ed78d2d7a4396f9acc8ce688a68a3d35036f5b63 Mon Sep 17 00:00:00 2001 From: Harshit Raj Date: Mon, 12 Mar 2018 21:16:04 -0400 Subject: [PATCH 1/3] server directive changed --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index c18b5af..5f58ffc 100644 --- a/nginx.conf +++ b/nginx.conf @@ -3,7 +3,7 @@ server { root /var/www/linguine; - server_name test.bostonhacks.io; + server_name raj.bostonhacks.io; location / { try_files $uri $uri.html /index.html; From dcf50ac3488ec5b07eb68e161810888242e923b9 Mon Sep 17 00:00:00 2001 From: Harshit Raj Date: Mon, 12 Mar 2018 21:18:55 -0400 Subject: [PATCH 2/3] stuff --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2ea24c7..1318e56 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@
-

Eggs, water and flour.

+

Mango, oranges and pineapples.

\ No newline at end of file From af0c4df6881a03d76e0aa5e8dbcf1721e6c1f33c Mon Sep 17 00:00:00 2001 From: Harshit Raj Date: Mon, 12 Mar 2018 21:45:24 -0400 Subject: [PATCH 3/3] to deploy --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1318e56..bbf32d7 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@
-

Mango, oranges and pineapples.

+

Mango, oranges, banana and pineapples.

\ No newline at end of file