aboutsummaryrefslogtreecommitdiffstats
path: root/packages/policy-gui-docker/src/main/docker/etc/nginx/http.d
diff options
context:
space:
mode:
authordanielhanrahan <daniel.hanrahan@est.tech>2021-09-17 18:58:20 +0100
committerdanielhanrahan <daniel.hanrahan@est.tech>2021-09-27 14:28:29 +0100
commit9fd5ad2dc79c416f5e277f5b233f90ace5191cd8 (patch)
tree7af219d182f4faff06a54df779e0a8b7e13ccad4 /packages/policy-gui-docker/src/main/docker/etc/nginx/http.d
parentaa3754bc3dbcd08203744912f01f98f91768bf61 (diff)
Disable apex-editor and pdp-monitoring
Have only nginx process (clamp) running in policy-gui Issue-ID: POLICY-3650 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: If15d54f83444b845dc23b090cf966afaf1664490
Diffstat (limited to 'packages/policy-gui-docker/src/main/docker/etc/nginx/http.d')
-rw-r--r--packages/policy-gui-docker/src/main/docker/etc/nginx/http.d/default.conf10
1 files changed, 0 insertions, 10 deletions
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;
}