Skip to content

dan-smetana/dokku-nginx-proxy-timeout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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.

About

Dokku plugin for setting proxy timeout in nginx config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages