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 4e5571b commit 337b33fCopy full SHA for 337b33f
nginx/wordpress_ssl.conf
@@ -31,6 +31,8 @@ server {
31
ssl_certificate /etc/certs/myapp.local.crt;
32
ssl_certificate_key /etc/certs/myapp.local.key;
33
34
+ client_max_body_size 100M;
35
+
36
location / {
37
try_files $uri $uri/ /index.php?$args;
38
}
0 commit comments