Added client_max_body_size to nginx config; removed statement disabling access logging

This commit is contained in:
Jeremy Stretch
2017-05-10 11:11:03 -04:00
parent 188cfa08a9
commit 088f75ba0c
+1 -1
View File
@@ -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/;