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:
parent
0433970f60
commit
7823793f53
@ -5,7 +5,7 @@ daemon off;
|
|||||||
|
|
||||||
events {
|
events {
|
||||||
worker_connections 768;
|
worker_connections 768;
|
||||||
}
|
}
|
||||||
|
|
||||||
http {
|
http {
|
||||||
include mime.types;
|
include mime.types;
|
||||||
@ -15,4 +15,4 @@ http {
|
|||||||
root /app/www;
|
root /app/www;
|
||||||
index index.html;
|
index index.html;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user