Welcome! Log In Create A New Profile

Advanced

Rewriting and proxy problem

Sergio Belkin
May 24, 2013 01:42PM
H folks!

I am completeley newbie to nginx

I have the following config

# Forward request to /demo to tomcat. This is for
# the BigBlueButton api demos.
location /demo {
rewrite ^ /upvc;
proxy_pass http://127.0.0.1:8080;
proxy_redirect default;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

# Allow 30M uploaded presentation document.
client_max_body_size 30m;
client_body_buffer_size 128k;

proxy_connect_timeout 90;
proxy_send_timeout 90;
proxy_read_timeout 90;

proxy_buffer_size 4k;
proxy_buffers 4 32k;
proxy_busy_buffers_size 64k;
proxy_temp_file_write_size 64k;

include fastcgi_params;
}


location /upvc {
alias /var/lib/tomcat6/webapps/demo;
index demo3.jsp;
expires 1m;
}


Rewrite is working but nginx is not. proxying to tomcat, because of that
returns the jsp file as a plain text file.

Please could you help me?

Thanks in advance!
--
--
Sergio Belkin http://www.sergiobelkin.com
Watch More TV http://sebelk.blogspot.com
LPIC-2 Certified - http://www.lpi.org
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Rewriting and proxy problem

Sergio Belkin May 24, 2013 01:42PM

Re: Rewriting and proxy problem

B.R. May 24, 2013 03:08PM

Re: Rewriting and proxy problem

Francis Daly May 25, 2013 05:28AM

Re: Rewriting and proxy problem

Sergio Belkin May 27, 2013 10:34AM

Re: Rewriting and proxy problem

Sergio Belkin May 27, 2013 10:46AM

Re: Rewriting and proxy problem

Francis Daly May 27, 2013 03:18PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 302
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready