python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to redirect ssh requests in Nginx?
I'm using the gitea versioning system in a docker environment. The gitea used is a rootless type image.
The http port mapping is “8084:3000” and the ssh port mapping is “2224:2222”.
I generated the ke...
campos
Votes: 0
Answers: 1
Nginx returns multiple 302 in fractions of a second headers before sending actual content with 200 response
I am stumped by this. We have setup nginx + reverse proxy with PHP as fpm, and every response to request looks something like this
>>> https://some.url/some-req/c-378
> ------------------...
The Law
Votes: 0
Answers: 0
How to reverse proxy so that a request to any-addr/api/... goes to other-addr/...?
I am sure this is some misunderstanding on my part, but I can't get the reverse proxy to work the way I want it to.
I currently have a setup as follows:
Web server by Nginx
Backend by FastAPI
Fronten...
W1ck3d
Votes: 0
Answers: 1
Bad gRPC response. HTTP status code: 502 on https with ngnix. working fine on local http
I have deployed a sample grpc service on my ubuntu server with .net core 3.1. I am able to connect using a plain HTTP URL but when trying to access it via reverse proxy I am getting a Bad grpc respons...
Kamran Shahid
Votes: 0
Answers: 2