aboutsummaryrefslogtreecommitdiffstats
path: root/testing/wok/alpine-specific-wokd.patch
blob: b2cccedf653d14e402d56fe14e689b0d45c54ff1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/src/nginx/wok.conf b/src/nginx/wok.conf
index 7fadf38..560d956 100644
--- a/src/nginx/wok.conf
+++ b/src/nginx/wok.conf
@@ -3,7 +3,8 @@
 # If you need to change it for any reason, please, validate /etc/wok/wok.conf
 #
 
-client_max_body_size 4194304k;
+#Check nginx.conf which already have this directive
+#client_max_body_size ${max_body_size}k;
 
 # Set timeout, based on configuration values, to avoid the 504 Gateway Timeout
 # when Wok is processing a request.