From e03cb37c6c0cfc1b60651d0cd318c6b0f0729821 Mon Sep 17 00:00:00 2001 From: popenc <7785228+popenc@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:31:28 -0400 Subject: [PATCH] Update nginx.conf --- nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nginx.conf b/nginx.conf index 196d05c..6c6fa47 100644 --- a/nginx.conf +++ b/nginx.conf @@ -90,6 +90,10 @@ server { uwsgi_send_timeout 1200s; } + location /bt/rest/run { + proxy_pass https://qedlinuxapi-stg.aws.epa.gov/bt/rest/run; + } + # Proxy for ctsws endpoint: # location /ctsws/rest/isvalidchemical {