pybiolib 1.2.1133__py3-none-any.whl → 1.2.1139__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- biolib/compute_node/remote_host_proxy.py +1 -1
- biolib/compute_node/webserver/compute_node_results_proxy.py +3 -4
- {pybiolib-1.2.1133.dist-info → pybiolib-1.2.1139.dist-info}/METADATA +1 -1
- {pybiolib-1.2.1133.dist-info → pybiolib-1.2.1139.dist-info}/RECORD +7 -7
- {pybiolib-1.2.1133.dist-info → pybiolib-1.2.1139.dist-info}/LICENSE +0 -0
- {pybiolib-1.2.1133.dist-info → pybiolib-1.2.1139.dist-info}/WHEEL +0 -0
- {pybiolib-1.2.1133.dist-info → pybiolib-1.2.1139.dist-info}/entry_points.txt +0 -0
@@ -369,7 +369,7 @@ http {{
|
|
369
369
|
}}
|
370
370
|
|
371
371
|
location / {{
|
372
|
-
proxy_pass http://main:$http_biolib_result_port$request_uri
|
372
|
+
proxy_pass http://main:$http_biolib_result_port$request_uri;
|
373
373
|
proxy_set_header biolib-result-uuid "";
|
374
374
|
proxy_set_header biolib-result-port "";
|
375
375
|
proxy_pass_request_headers on;
|
@@ -150,12 +150,11 @@ http {
|
|
150
150
|
resolver 127.0.0.11 ipv6=off valid=30s;
|
151
151
|
|
152
152
|
server {
|
153
|
-
listen
|
153
|
+
listen 443 ssl http2 default_server;
|
154
|
+
|
154
155
|
ssl_certificate /etc/ssl/certs/certificate.pem;
|
155
156
|
ssl_certificate_key /etc/ssl/private/private_key.pem;
|
156
157
|
ssl_protocols TLSv1.2 TLSv1.3;
|
157
|
-
ssl_ciphers ECDHE-RSA-AES256-GCM-SHA512:DHE-RSA-AES256-GCM-SHA512:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384;
|
158
|
-
ssl_prefer_server_ciphers on;
|
159
158
|
|
160
159
|
location / {
|
161
160
|
if ($http_biolib_result_uuid = "") {
|
@@ -167,7 +166,7 @@ http {
|
|
167
166
|
}
|
168
167
|
|
169
168
|
set $target_host "biolib-app-caller-proxy-$http_biolib_result_uuid";
|
170
|
-
proxy_pass http://$target_host:1080$request_uri
|
169
|
+
proxy_pass http://$target_host:1080$request_uri;
|
171
170
|
proxy_set_header biolib-result-uuid $http_biolib_result_uuid;
|
172
171
|
proxy_set_header biolib-result-port $http_biolib_result_port;
|
173
172
|
proxy_pass_request_headers on;
|
@@ -126,12 +126,12 @@ biolib/compute_node/job_worker/large_file_system.py,sha256=Xe_LILVfTD9LXb-0HwLqG
|
|
126
126
|
biolib/compute_node/job_worker/mappings.py,sha256=Z48Kg4nbcOvsT2-9o3RRikBkqflgO4XeaWxTGz-CNvI,2499
|
127
127
|
biolib/compute_node/job_worker/utilization_reporter_thread.py,sha256=7tm5Yk9coqJ9VbEdnO86tSXI0iM0omwIyKENxdxiVXk,8575
|
128
128
|
biolib/compute_node/job_worker/utils.py,sha256=wgxcIA8yAhUPdCwyvuuJ0JmreyWmmUoBO33vWtG60xg,1282
|
129
|
-
biolib/compute_node/remote_host_proxy.py,sha256=
|
129
|
+
biolib/compute_node/remote_host_proxy.py,sha256=CD6k3Jvf2iPuL1KZ-Xq_dUQBsO8qE7qeY9iMw2YIG-g,16940
|
130
130
|
biolib/compute_node/socker_listener_thread.py,sha256=T5_UikA3MB9bD5W_dckYLPTgixh72vKUlgbBvj9dbM0,1601
|
131
131
|
biolib/compute_node/socket_sender_thread.py,sha256=YgamPHeUm2GjMFGx8qk-99WlZhEs-kAb3q_2O6qByig,971
|
132
132
|
biolib/compute_node/utils.py,sha256=fvdbetPKMdfHkPqNZRw6eln_i13myu-n8tuceTUcfPU,4913
|
133
133
|
biolib/compute_node/webserver/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
134
|
-
biolib/compute_node/webserver/compute_node_results_proxy.py,sha256=
|
134
|
+
biolib/compute_node/webserver/compute_node_results_proxy.py,sha256=6gZ-jYZAuK0m4uiUkaSmP7n61ywPoQyCv3DzNOy-gQ0,7980
|
135
135
|
biolib/compute_node/webserver/gunicorn_flask_application.py,sha256=jPfR_YvNBekLUXWo_vHFV-FIwlb8s8tacKmGHvh93qc,914
|
136
136
|
biolib/compute_node/webserver/proxy_utils.py,sha256=JNt1oqPuR5n63E5NC1l8AZN51NLuMw4lqVkocZnq72o,1164
|
137
137
|
biolib/compute_node/webserver/webserver.py,sha256=8SUGXJ0tGuUIQ3HKdac-CFFQwDVpKR6JwEINChBt-Qg,9067
|
@@ -157,8 +157,8 @@ biolib/utils/cache_state.py,sha256=u256F37QSRIVwqKlbnCyzAX4EMI-kl6Dwu6qwj-Qmag,3
|
|
157
157
|
biolib/utils/multipart_uploader.py,sha256=XvGP1I8tQuKhAH-QugPRoEsCi9qvbRk-DVBs5PNwwJo,8452
|
158
158
|
biolib/utils/seq_util.py,sha256=Ozk0blGtPur_D9MwShD02r_mphyQmgZkx-lOHOwnlIM,6730
|
159
159
|
biolib/utils/zip/remote_zip.py,sha256=0wErYlxir5921agfFeV1xVjf29l9VNgGQvNlWOlj2Yc,23232
|
160
|
-
pybiolib-1.2.
|
161
|
-
pybiolib-1.2.
|
162
|
-
pybiolib-1.2.
|
163
|
-
pybiolib-1.2.
|
164
|
-
pybiolib-1.2.
|
160
|
+
pybiolib-1.2.1139.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
|
161
|
+
pybiolib-1.2.1139.dist-info/METADATA,sha256=O0nc6m8B_UHjsa0jtKm56wMwmAOjRYTisa5Rw6pxSLU,1571
|
162
|
+
pybiolib-1.2.1139.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
163
|
+
pybiolib-1.2.1139.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
|
164
|
+
pybiolib-1.2.1139.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|