mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-07-24 02:35:56 +00:00
@ -11,6 +11,7 @@ http {
|
||||
types_hash_max_size 2048;
|
||||
include mime.types;
|
||||
charset UTF-8;
|
||||
access_log /dev/stdout;
|
||||
server {
|
||||
listen {{ $.PORT }};
|
||||
server_name _;
|
||||
|
Reference in New Issue
Block a user