leocalheirosdb1 commented on issue #13594:
URL: https://github.com/apache/apisix/issues/13594#issuecomment-4781518349

   I got a workaround using this pre function:
   
   `- name: serverless-pre-function
         enable: true
         config:
           phase: rewrite
           functions:
             - |
               return function(conf, ctx)
                 ctx.var.http_x_forwarded_port = "443"
               end
   `
   
   And using a internal load balancer with a private dns zone to fix internal 
services communication
   
   Using public load balancer to receive external communication


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to