Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/sos-nginx/geonode.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ charset utf-8;
# max upload size
client_max_body_size 100G;

client_body_buffer_size 128K;
large_client_header_buffers 4 32k;
client_body_buffer_size 256K;
large_client_header_buffers 4 64k;

# compression
gzip on;
Expand Down
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ echo GEOSERVER_PUBLIC_LOCATION=$GEOSERVER_PUBLIC_LOCATION
echo MONITORING_ENABLED=$MONITORING_ENABLED
echo MONITORING_HOST_NAME=$MONITORING_HOST_NAME
echo MONITORING_SERVICE_NAME=$MONITORING_SERVICE_NAME
echo MONITORING_DATA_TTL=$MONITORING_DATA_TTL

/usr/local/bin/invoke waitfordbs >> /usr/src/app/invoke.log
echo "waitfordbs task done"
Expand Down
Binary file modified geosk/locale/en/LC_MESSAGES/django.mo
Binary file not shown.
Loading