mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 00:58:08 +02:00
10 lines
381 B
Plaintext
10 lines
381 B
Plaintext
#-*- 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;
|