mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-08-14 01:58:24 +02:00
Enable uploading of images
Set client_max_body_size to 10M so that we can upload images
This commit is contained in:
@ -12,6 +12,7 @@ http {
|
||||
keepalive_timeout 65;
|
||||
gzip on;
|
||||
server_tokens off;
|
||||
client_max_body_size 10M;
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
|
Reference in New Issue
Block a user