From c60edb5d34e2a2df334f96c97a750385ee4eacf2 Mon Sep 17 00:00:00 2001 From: Terrell Russell Date: Tue, 25 Oct 2022 23:02:11 -0400 Subject: [PATCH] [#32] update the reverse proxy to 0.9.3 too --- .../irods_client_rest_cpp_reverse_proxy.conf | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/irods_client_rest_cpp/irods_client_rest_cpp_reverse_proxy.conf b/irods_client_rest_cpp/irods_client_rest_cpp_reverse_proxy.conf index 7c1032c..6014b8d 100644 --- a/irods_client_rest_cpp/irods_client_rest_cpp_reverse_proxy.conf +++ b/irods_client_rest_cpp/irods_client_rest_cpp_reverse_proxy.conf @@ -5,7 +5,7 @@ server { add_header 'Access-Control-Allow-Headers' '*' always; add_header 'Access-Control-Allow-Methods' 'AUTHORIZATION,ACCEPT,GET,POST,OPTIONS,PUT,DELETE' always; - location /irods-rest/0.9.2/access { + location /irods-rest/0.9.3/access { if ($request_method = 'OPTIONS') { return 204; } @@ -13,7 +13,7 @@ server { proxy_pass http://irods-client-rest-cpp:8080; } - location /irods-rest/0.9.2/admin { + location /irods-rest/0.9.3/admin { if ($request_method = 'OPTIONS') { return 204; } @@ -21,7 +21,7 @@ server { proxy_pass http://irods-client-rest-cpp:8087; } - location /irods-rest/0.9.2/auth { + location /irods-rest/0.9.3/auth { if ($request_method = 'OPTIONS') { return 204; } @@ -29,7 +29,7 @@ server { proxy_pass http://irods-client-rest-cpp:8081; } - location /irods-rest/0.9.2/get_configuration { + location /irods-rest/0.9.3/get_configuration { if ($request_method = 'OPTIONS') { return 204; } @@ -37,7 +37,7 @@ server { proxy_pass http://irods-client-rest-cpp:8088; } - location /irods-rest/0.9.2/put_configuration { + location /irods-rest/0.9.3/put_configuration { if ($request_method = 'OPTIONS') { return 204; } @@ -45,7 +45,7 @@ server { proxy_pass http://irods-client-rest-cpp:8089; } - location /irods-rest/0.9.2/list { + location /irods-rest/0.9.3/list { if ($request_method = 'OPTIONS') { return 204; } @@ -53,7 +53,7 @@ server { proxy_pass http://irods-client-rest-cpp:8082; } - location /irods-rest/0.9.2/query { + location /irods-rest/0.9.3/query { if ($request_method = 'OPTIONS') { return 204; } @@ -61,7 +61,7 @@ server { proxy_pass http://irods-client-rest-cpp:8083; } - location /irods-rest/0.9.2/stream { + location /irods-rest/0.9.3/stream { if ($request_method = 'OPTIONS') { return 204; } @@ -75,7 +75,7 @@ server { } } - location /irods-rest/0.9.2/zonereport { + location /irods-rest/0.9.3/zonereport { if ($request_method = 'OPTIONS') { return 204; } @@ -83,7 +83,7 @@ server { proxy_pass http://irods-client-rest-cpp:8086; } - location /irods-rest/0.9.2/logicalpath { + location /irods-rest/0.9.3/logicalpath { if ($request_method = 'OPTIONS') { return 204; } @@ -91,7 +91,7 @@ server { proxy_pass http://irods-client-rest-cpp:8090; } - location /irods-rest/0.9.2/metadata { + location /irods-rest/0.9.3/metadata { if ($request_method = 'OPTIONS') { return 204; }