Is there any plan to support WebAssembly?

2020-07-19 Thread 肖涵
HiWebAssembly provides a new way to extend the module, like envoy already supports WebAssembly. we would like to consult nginx's attitude towards this In addition, We have supported WebAssembly for Nignx. we can load the wasm module as your extension like Lua. Will you consider accepting our code

Re: nginx reverse proxy for ssh reverse tunnel?

2020-07-19 Thread jalil1408
fixed by issueing this command: sudo setsebool httpd_can_network_connect on -P and this [/etc/nginx/nginx.conf] ... http { ... server { ... location /tunnel/ { proxy_pass http://127.0.0.1:6033; } } } Posted at Nginx Forum: https://forum.nginx.org/read.php?2,288756,288763#msg-288763 ___

RE: Reverse proxy to Tomcat 8

2020-07-19 Thread Dino Edwards
> location /ciphermail { > Depending on what you want, it might be that you should have "^~" before and > "/" after the word "/ciphermail" in the "location" definition. That seems to have done the trick. Thanks a lot ___ nginx mailing list nginx@ng

TCP proxy with SNI support

2020-07-19 Thread bitquest25c
Hello, I have a single server with one Public IP and 10 domains. For each domain I’d like to have a separate docker container as an email server (Postfix + Dovecot). I’d like to achieve this with transparent TCP proxy with SNI support. I'd like to route traffic from example.com on ports 587 & 143

Re: nginx reverse proxy for ssh reverse tunnel?

2020-07-19 Thread Francis Daly
On Sun, Jul 19, 2020 at 02:45:46AM -0400, jalil1408 wrote: Hi there, > * 192.168.1.102 (remote machine) : Ubuntu + curl > curl http://192.168.1.100:6033/api/Users ==> works well > curl http://192.168.1.100/tunnel/api/Users ==> "the page you are > looking for is temporarily una

Re: Reverse proxy to Tomcat 8

2020-07-19 Thread Francis Daly
On Sat, Jul 18, 2020 at 01:18:22PM +, Dino Edwards wrote: Hi there, > Trying to reverse proxy using Nginx to a tomcat 8 application listening on > port 8443 but I'm running into an issue where I'm getting status 404 on all > static content. What request do you make? (Probably something lik

Re: How to connect Remote shared folder with password

2020-07-19 Thread Francis Daly
On Fri, Jul 17, 2020 at 09:20:57AM -, ganesh wrote: Hi there, I don't fully follow your design and expectations in this context, but... > We use 3 servers, web, app & db servers for our php application. > > The issue happens when we wanted to connect a shared folder in app server > from ou

Re: X-Accel-Redirect not redirecting to named locaiton

2020-07-19 Thread Francis Daly
On Wed, Jul 08, 2020 at 03:52:14AM -0400, latha wrote: Hi there, > I want to pass the response body of > http://test.svc.cluster.local:9080/v2/test/* apis to named location > `acreate` which does proxy_pass to another micro-service (which takes the > response of /v2/test* api as payload). I learn