mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-26 18:03:30 +01:00
Enable uploading of images
Set client_max_body_size to 10M so that we can upload images
This commit is contained in:
parent
03e8536db7
commit
1f114dfd34
@ -12,6 +12,7 @@ http {
|
||||
keepalive_timeout 65;
|
||||
gzip on;
|
||||
server_tokens off;
|
||||
client_max_body_size 10M;
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
|
Loading…
Reference in New Issue
Block a user