mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-11 06:12:37 +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;
|
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