We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae15aa commit ca60ed6Copy full SHA for ca60ed6
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