소스 검색

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