Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 653 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 653 Bytes

Dokku Nginx Proxy Timeout

Dokku plugin for setting the NGINX proxy timeout by tweaking the proxy_connect_timeout, proxy_send_timeout, proxy_read_timeout and send_timeout directives

Installation

# on 0.4.x+
sudo dokku plugin:install https://github.com/danielslee/dokku-nginx-proxy-timeout.git

Usage

# To set a proxy timeout, set the PROXY_TIMEOUT env var
# If you unset the variable, a default of 60s will be used
dokku config:set PROXY_TIMEOUT=300s

Credits

This dokku plugin was heavily inspired by Zeilenwerk's Dokku Nginx Max Upload Size plugin.