瀏覽代碼

Added client_max_body_size to nginx config; removed statement disabling access logging

Jeremy Stretch 9 年之前
父節點
當前提交
088f75ba0c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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/;