1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

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

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