aboutsummaryrefslogtreecommitdiffhomepage
path: root/docker/production/stable/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'docker/production/stable/nginx.conf')
-rw-r--r--docker/production/stable/nginx.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/production/stable/nginx.conf b/docker/production/stable/nginx.conf
index f7d59fc8..5ffa02d0 100644
--- a/docker/production/stable/nginx.conf
+++ b/docker/production/stable/nginx.conf
@@ -11,6 +11,8 @@ http {
11 default_type application/octet-stream; 11 default_type application/octet-stream;
12 keepalive_timeout 20; 12 keepalive_timeout 20;
13 13
14 client_max_body_size 10m;
15
14 index index.html index.php; 16 index index.html index.php;
15 17
16 server { 18 server {