We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca0504 commit 04c78b2Copy full SHA for 04c78b2
packages/openneuro-app/nginx.conf
@@ -23,16 +23,6 @@ server {
23
add_header Strict-Transport-Security 'max-age=31536000; includeSubDomains; preload';
24
}
25
26
- location /coral {
27
- client_max_body_size 0;
28
- proxy_set_header Host $host;
29
- proxy_set_header X-Real-IP $remote_addr;
30
- proxy_set_header Connection "";
31
- proxy_http_version 1.1;
32
- proxy_request_buffering off;
33
- proxy_pass http://coral:5001;
34
- }
35
-
36
location / {
37
gzip_static on;
38
0 commit comments