mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 13:52:38 +00:00
Merge pull request #24 from Danmark/Enable-uploading-of-images
Enable uploading of images
This commit is contained in:
commit
3d280cdcdd
|
|
@ -12,6 +12,7 @@ http {
|
|||
keepalive_timeout 65;
|
||||
gzip on;
|
||||
server_tokens off;
|
||||
client_max_body_size 10M;
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
|
|
|
|||
Loading…
Reference in a new issue