1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2024-11-05 03:38:43 +00:00

Remove trailing spaces

This commit is contained in:
rhy-jot 2014-06-20 10:37:51 -07:00
parent 0433970f60
commit 7823793f53

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;
}
}
}