nginx buffor for *cgi
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Aleksander Cynarski 2021-12-06 19:42:30 +01:00
parent 820434ee71
commit f3720b444a
Signed by: paramah
GPG Key ID: C4340BA42B9C173A

View File

@ -20,6 +20,9 @@ http {
log_not_found off;
types_hash_max_size 2048;
client_max_body_size 16M;
fastcgi_temp_path /tmp/nginx-fastcgi;
uwsgi_temp_path /tmp/nginx-uwsgi;
scgi_temp_path /tmp/nginx-scgi;
# MIME
include mime.types;