diff --git a/kubernetes/helm_charts/core/nginx-private-ingress/templates/configmap.yaml b/kubernetes/helm_charts/core/nginx-private-ingress/templates/configmap.yaml
index 4a63c938575bd9a55fcec5c5a677b44f20d0b80f..258a4d818b2e4a3c3b82ec426ed87dec234f0330 100644
--- a/kubernetes/helm_charts/core/nginx-private-ingress/templates/configmap.yaml
+++ b/kubernetes/helm_charts/core/nginx-private-ingress/templates/configmap.yaml
@@ -174,17 +174,14 @@ data:
         }
         location /gql-service/ {
           set $target http://gql-service.{{ .Values.namespace }}.svc.cluster.local:8080;
-          rewrite ^/gql-service/(.*) /$1 break;
           proxy_pass $target;
         }
         location /fusionauth-service/ {
           set $target http://fusionauth-service.{{ .Values.namespace }}.svc.cluster.local:9011;
-          rewrite ^/fusionauth-service/(.*) /$1 break;
           proxy_pass $target;
         }
          location /odk-service/ {
           set $target http://odk-service.{{ .Values.namespace }}.svc.cluster.local:8080;
-          rewrite ^/odk-service/(.*) /$1 break;
           proxy_pass $target;
         }
         location /ml-survey/ {