pybiolib 1.2.1133__py3-none-any.whl → 1.2.1135__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/webserver/compute_node_results_proxy.py +2 -3
- {pybiolib-1.2.1133.dist-info → pybiolib-1.2.1135.dist-info}/METADATA +1 -1
- {pybiolib-1.2.1133.dist-info → pybiolib-1.2.1135.dist-info}/RECORD +6 -6
- {pybiolib-1.2.1133.dist-info → pybiolib-1.2.1135.dist-info}/LICENSE +0 -0
- {pybiolib-1.2.1133.dist-info → pybiolib-1.2.1135.dist-info}/WHEEL +0 -0
- {pybiolib-1.2.1133.dist-info → pybiolib-1.2.1135.dist-info}/entry_points.txt +0 -0
@@ -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 = "") {
|
@@ -131,7 +131,7 @@ biolib/compute_node/socker_listener_thread.py,sha256=T5_UikA3MB9bD5W_dckYLPTgixh
|
|
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=Hd7aU-iXDKXZXj7xyRKrj_qG0NjaYrTjDpBxFpujMRw,7993
|
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.1135.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
|
161
|
+
pybiolib-1.2.1135.dist-info/METADATA,sha256=heoTVPHkvcDEAuAdrOqA6rflBVPPnwrXq1buFKqpUQs,1571
|
162
|
+
pybiolib-1.2.1135.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
163
|
+
pybiolib-1.2.1135.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
|
164
|
+
pybiolib-1.2.1135.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|