Horus-K commented on issue #5847:
URL: https://github.com/apache/apisix/issues/5847#issuecomment-997625617


       location / {
           index index.html;
           proxy_pass https://xxxxxxx.com;
   
           proxy_set_header Host $proxy_host;
           proxy_set_header X-Real-IP $remote_addr;
           proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
           proxy_ssl_session_reuse off;
           proxy_ssl_server_name on;
           proxy_ssl_name $proxy_host;
           proxy_ssl_protocols TLSv1.2;
       }  that's it


-- 
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: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to