From bdf11b003f065438505f916fb82e87933f42592f Mon Sep 17 00:00:00 2001 From: James Brooks Date: Fri, 20 Feb 2015 09:10:30 +0000 Subject: [PATCH] Trim trailing spaces --- nginx-site.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-site.conf b/nginx-site.conf index e9610b17..a0fc3041 100644 --- a/nginx-site.conf +++ b/nginx-site.conf @@ -1,6 +1,6 @@ server { listen 8000 default; ## Listen for ipv4; this line is default and implied - + # Make site accessible from http://localhost/ server_name localhost; root /var/www/html/public;