S
S
Smilley2018-12-06 15:05:38
Nginx
Smilley, 2018-12-06 15:05:38

How to write Nginx config correctly?

Good afternoon, please tell me how to properly configure a proxy on Nginx so that it is redirected to the address in proxy_pass. Now there is a redirect to 10.53.21.133:8080/f?p=108 Thank you.

http {
  server {
    listen       80;
    location / {
      proxy_pass  http://10.53.21.133:8080/apex/f?p=108 ;
    }
  }
}

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question