Explorar o código

Added client_max_body_size to nginx config; removed statement disabling access logging

Jeremy Stretch %!s(int64=9) %!d(string=hai) anos
pai
achega
088f75ba0c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/installation/web-server.md

+ 1 - 1
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/;