We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76677c commit 293a218Copy full SHA for 293a218
nginx/default.conf
@@ -23,8 +23,11 @@ server {
23
source_charset utf-8;
24
server_tokens off;
25
disable_symlinks off;
26
+ client_max_body_size 50M;
27
+
28
+ # From php.ini: pm.max_requests = 5000
29
+ keepalive_requests 5000;
30
keepalive_timeout 60;
- client_max_body_size 50M;
31
32
add_header X-Frame-Options "SAMEORIGIN";
33
add_header X-XSS-Protection "1; mode=block";
0 commit comments