Remove trailing spaces

This commit is contained in:
rhy-jot
2014-06-20 10:37:51 -07:00
parent 0433970f60
commit 7823793f53
+2 -2
View File
@@ -5,7 +5,7 @@ daemon off;
events {
worker_connections 768;
}
}
http {
include mime.types;
@@ -15,4 +15,4 @@ http {
root /app/www;
index index.html;
}
}
}