Skip to content

Commit

Permalink
fix(docker): nginx.sh not running for kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Mar 15, 2024
1 parent 0709ff5 commit 6f8532f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/nginx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ HAWTIO_HTML="${NGINX_HTML}/online"
export NGINX_SUBREQUEST_OUTPUT_BUFFER_SIZE="${NGINX_SUBREQUEST_OUTPUT_BUFFER_SIZE:-10m}"
export NGINX_CLIENT_BODY_BUFFER_SIZE="${NGINX_CLIENT_BODY_BUFFER_SIZE:-256k}"
export NGINX_PROXY_BUFFERS="${NGINX_PROXY_BUFFERS:-16 128k}"
export PROXY_SSL_CERTIFICATE=
export PROXY_SSL_KEY=

export OPENSHIFT=true

Expand Down

0 comments on commit 6f8532f

Please sign in to comment.