mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
9 lines
381 B
Text
9 lines
381 B
Text
#-*- mode: nginx; mode: flyspell-prog; mode: autopair; ispell-local-dictionary: "american" -*-
|
|
### fastcgi configuration.
|
|
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
|
include fastcgi_params;
|
|
fastcgi_buffers 256 4k;
|
|
fastcgi_intercept_errors on;
|
|
## allow 4 hrs - pass timeout responsibility to upstrea
|
|
fastcgi_read_timeout 14400;
|
|
fastcgi_index index.php;
|