Welcome! Log In Create A New Profile

Advanced

proxy_pass" may not have URI part in location

August 27, 2010 08:18AM
Hello

I have just managed to install nginx on Linux.

I am having 2 problems:

1) Error: proxy_pass" may not have URI part in location
my conf :
location ~ /fb/ {
proxy_pass http://xyz.dev:3000/fb/restserver.php;


2) Problem with upstream
I would like to point to restserver.php. I do not know how to do so.

upstream backend {

server xyz.dev:3000;
}

server {
listen 4242;
server_name xyz.dev;

access_log /var/log/nginx/sng-nginx.log main;

location ~ /fb/ {
proxy_pass http://backend;

I am using nginx version: nginx-0.7.61.

Thanks in advance - Manjeet
Subject Author Posted

proxy_pass" may not have URI part in location

manjeet August 27, 2010 08:18AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 237
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