We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33be33b + ca60ed6 commit 9be5983Copy full SHA for 9be5983
container/root/etc/nginx/sites-available/default
@@ -11,6 +11,9 @@ server {
11
12
index index.html index.php;
13
14
+ # Must exist in order to be replaced by parent
15
+ client_max_body_size 1m;
16
+
17
location / {
18
# Check for file or folder first, otherwise rewrite to front controller
19
try_files $uri $uri/ /index.php?$args;
0 commit comments