Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GraceDB Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IGWN Computing and Software
GraceDB
GraceDB Server
Commits
e6a56f87
Commit
e6a56f87
authored
10 months ago
by
Alexander Pace
Browse files
Options
Downloads
Patches
Plain Diff
increase LimitRequestFieldSize
parent
659cce4d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!222
increase LimitRequestFieldSize
Pipeline
#630528
passed
10 months ago
Stage: test
Stage: branch
Stage: latest
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/apache-config
+3
-0
3 additions, 0 deletions
docker/apache-config
docker/supervisord-apache2.conf
+1
-1
1 addition, 1 deletion
docker/supervisord-apache2.conf
with
4 additions
and
1 deletion
docker/apache-config
+
3
−
0
View file @
e6a56f87
...
...
@@ -84,6 +84,9 @@ ServerName ${DJANGO_PRIMARY_FQDN}
# Set X_FORWARDED_PROTO to https
RequestHeader set X_FORWARDED_PROTO "https"
# Increase the max allowable header size:
LimitRequestFieldSize 16384
# Set up mod_xsendfile for serving static event files as directed by Django
XSendFile On
XSendFilePath /app/db_data/
...
...
This diff is collapsed.
Click to expand it.
docker/supervisord-apache2.conf
+
1
−
1
View file @
e6a56f87
...
...
@@ -6,7 +6,7 @@ redirect_stderr=true
priority
=
3
[
program
:
gracedb
]
command
=/
usr
/
local
/
bin
/
gunicorn
config
.
wsgi
:
application
--
reload
--
config
/
app
/
gracedb_project
/
config
/
gunicorn_config
.
py
--
error
-
logfile
=
'-'
--
access
-
logfile
=
'-'
command
=/
usr
/
local
/
bin
/
gunicorn
config
.
wsgi
:
application
--
limit
-
request
-
field_size
16384
--
reload
--
config
/
app
/
gracedb_project
/
config
/
gunicorn_config
.
py
--
error
-
logfile
=
'-'
--
access
-
logfile
=
'-'
directory
=/
app
/
gracedb_project
user
=
gracedb
group
=
www
-
data
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment