Skip to content

Commit

Permalink
Update nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
nemke82 authored Dec 25, 2020
1 parent ea8fc1d commit 8e30fe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ location ~ ^/(index|get|static|errors/report|errors/404|errors/503|health_check)
try_files $uri =404;
fastcgi_pass fastcgi_backend;
fastcgi_buffers 1024 4k;
fastcgi_buffer_size 256k;

fastcgi_param PHP_FLAG "session.auto_start=off \n suhosin.session.cryptua=off";
fastcgi_param PHP_VALUE "memory_limit=756M \n max_execution_time=18000";
Expand Down

0 comments on commit 8e30fe6

Please sign in to comment.