mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-06-26 02:20:47 +00:00
Remove start.sh
This commit is contained in:
@ -11,9 +11,9 @@ http {
|
||||
types_hash_max_size 2048;
|
||||
include mime.types;
|
||||
server {
|
||||
listen <%= ENV['PORT'] %>;
|
||||
listen <PORT>;
|
||||
server_name _;
|
||||
root <%= ENV.fetch('root', '/app/www') %>;
|
||||
root /app/www;
|
||||
index index.html;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user