We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b061002 commit 39a7a47Copy full SHA for 39a7a47
1 file changed
src/deb/nginx/nginx.conf
@@ -33,6 +33,7 @@ http {
33
server_names_hash_bucket_size 512;
34
charset utf-8;
35
36
+ # FastCGI settings
37
fastcgi_buffers 4 256k;
38
fastcgi_buffer_size 256k;
39
fastcgi_busy_buffers_size 256k;
@@ -41,6 +42,7 @@ http {
41
42
fastcgi_read_timeout 300s;
43
fastcgi_send_timeout 180s;
44
45
+ # Proxy settings
46
proxy_redirect off;
47
proxy_set_header Host $host;
48
proxy_set_header X-Real-IP $remote_addr;
0 commit comments