Skip to content

Commit c2a4ed6

Browse files
authored
Merge pull request IQSS#12048 from Athemis/fix/increase-jetty-header-size
fix(docker): increase jetty request header size
2 parents 45724b9 + aeb4260 commit c2a4ed6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docker-compose-dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ services:
141141
restart: on-failure
142142
ports:
143143
- "8983:8983"
144+
environment:
145+
- SOLR_OPTS=-Dsolr.jetty.request.header.size=102400
144146
networks:
145147
- dataverse
146148
command:

docker/compose/demo/compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ services:
141141
restart: on-failure
142142
ports:
143143
- "8983:8983"
144+
environment:
145+
- SOLR_OPTS=-Dsolr.jetty.request.header.size=102400
144146
networks:
145147
- dataverse
146148
command:

0 commit comments

Comments
 (0)