mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 13:52:38 +00: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;
|
keepalive_timeout 65;
|
||||||
gzip on;
|
gzip on;
|
||||||
server_tokens off;
|
server_tokens off;
|
||||||
|
client_max_body_size 10M;
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue