mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-06-26 02:20:47 +00:00
CHANGE to static compile
This commit is contained in:
@ -4,16 +4,16 @@ pid nginx.pid;
|
||||
daemon off;
|
||||
|
||||
events {
|
||||
worker_connections 768;
|
||||
worker_connections 768;
|
||||
}
|
||||
|
||||
http {
|
||||
types_hash_max_size 2048;
|
||||
include mime.types;
|
||||
server {
|
||||
listen <PORT>;
|
||||
server_name _;
|
||||
root /app/www;
|
||||
index index.html;
|
||||
}
|
||||
types_hash_max_size 2048;
|
||||
include mime.types;
|
||||
server {
|
||||
listen <%= ENV["PORT"] %>;
|
||||
server_name _;
|
||||
root /app/www;
|
||||
index index.html;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user