Skip to content

Commit

Permalink
Update mirabelle.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesNepote committed Dec 4, 2024
1 parent 88e7185 commit f50bf7c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/mirabelle/mirabelle.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ server {

location / {

# SQL requests can be very long and URI can lead into 414 error "Request-URI Too Large"
# nginx default to 4 8k
large_client_header_buffers 6 32k;

# Use cache
#proxy_cache cachezone;
# Use If-Modified-Since to use browser cache
Expand Down Expand Up @@ -55,8 +59,6 @@ server {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
#proxy_set_header Upgrade $http_upgrade;
#proxy_set_header Connection $connection_upgrade;
proxy_redirect off;
proxy_pass http://10.1.0.106;
}
Expand Down

0 comments on commit f50bf7c

Please sign in to comment.