From 088f75ba0ce7b5e1f16fa5ac67937100043be4ac Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 10 May 2017 11:11:03 -0400 Subject: [PATCH] Added client_max_body_size to nginx config; removed statement disabling access logging --- docs/installation/web-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/web-server.md b/docs/installation/web-server.md index 6a058fddc..44e7ee533 100644 --- a/docs/installation/web-server.md +++ b/docs/installation/web-server.md @@ -25,7 +25,7 @@ server { server_name netbox.example.com; - access_log off; + client_max_body_size 25m; location /static/ { alias /opt/netbox/netbox/static/;