mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06:00
Added client_max_body_size to nginx config; removed statement disabling access logging
This commit is contained in:
parent
188cfa08a9
commit
088f75ba0c
@ -25,7 +25,7 @@ server {
|
|||||||
|
|
||||||
server_name netbox.example.com;
|
server_name netbox.example.com;
|
||||||
|
|
||||||
access_log off;
|
client_max_body_size 25m;
|
||||||
|
|
||||||
location /static/ {
|
location /static/ {
|
||||||
alias /opt/netbox/netbox/static/;
|
alias /opt/netbox/netbox/static/;
|
||||||
|
Loading…
Reference in New Issue
Block a user