You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/06/23 00:56:13 UTC

[GitHub] [incubator-apisix] membphis commented on issue #1756: How can i proxy to a uwsgi service?

membphis commented on issue #1756:
URL: https://github.com/apache/incubator-apisix/issues/1756#issuecomment-647842989


   the protocol `uwsgi` is different with HTTP. you can take an example as `grpc`.
   
   apisix does not support `uwsgi` now. welcome PR ^_^
    
   ```nginx
    uwsgi_pass  127.0.0.1:9090;             
    uwsgi_param UWSGI_SCRIPT demosite.wsgi;  
    uwsgi_param UWSGI_CHDIR /demosite;     
   ```


----------------------------------------------------------------
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.

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