diff --git a/index.html b/index.html index 2ea24c7..bbf32d7 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@
-

Eggs, water and flour.

+

Mango, oranges, banana and pineapples.

\ No newline at end of file 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;