Trim trailing spaces

This commit is contained in:
James Brooks
2015-02-20 09:10:30 +00:00
parent 7f1fa13819
commit bdf11b003f
+1 -1
View File
@@ -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;