From 9fd5ad2dc79c416f5e277f5b233f90ace5191cd8 Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Fri, 17 Sep 2021 18:58:20 +0100 Subject: Disable apex-editor and pdp-monitoring Have only nginx process (clamp) running in policy-gui Issue-ID: POLICY-3650 Signed-off-by: danielhanrahan Change-Id: If15d54f83444b845dc23b090cf966afaf1664490 --- .../src/main/docker/etc/nginx/http.d/default.conf | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'packages/policy-gui-docker/src/main/docker/etc/nginx/http.d') diff --git a/packages/policy-gui-docker/src/main/docker/etc/nginx/http.d/default.conf b/packages/policy-gui-docker/src/main/docker/etc/nginx/http.d/default.conf index 2c589c4..c03894d 100644 --- a/packages/policy-gui-docker/src/main/docker/etc/nginx/http.d/default.conf +++ b/packages/policy-gui-docker/src/main/docker/etc/nginx/http.d/default.conf @@ -16,16 +16,6 @@ server { proxy_set_header X-SSL-Cert $ssl_client_escaped_cert; } - location /pdp-monitoring/papservices/monitoring/ { - proxy_pass http://localhost:17999/papservices/monitoring/; - } - - location /apex-editor/ { - proxy_pass http://localhost:18989/; - proxy_set_header Host $host; - proxy_set_header If-Modified-Since $http_if_modified_since; - } - location = /50x.html { root /var/lib/nginx/html; } -- cgit 1.2.3-korg