Skip to content

Commit 04c78b2

Browse files
committed
remove coral proxy from app
1 parent fca0504 commit 04c78b2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

packages/openneuro-app/nginx.conf

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,6 @@ server {
2323
add_header Strict-Transport-Security 'max-age=31536000; includeSubDomains; preload';
2424
}
2525

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-
3626
location / {
3727
gzip_static on;
3828
add_header Strict-Transport-Security 'max-age=31536000; includeSubDomains; preload';

0 commit comments

Comments
 (0)