Nginx apache wordpress problem

Discussion in 'Nginx' started by Axcell, Aug 16, 2010.

  1. #1
    I'm using nginx as proxy reserve for apache and install wordpress. The problem is firefox keep getting error "The page isn't redirecting properly" but there's no problem with opera.
    Here is the nginx virual host conf.
    Please help
     
    Axcell, Aug 16, 2010 IP
  2. anands

    anands Well-Known Member

    Messages:
    436
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    120
    #2
    have you given read/write permissions to nginx on /home/webgua/public_htm?
     
    anands, Aug 22, 2010 IP
  3. Axcell

    Axcell Active Member

    Messages:
    128
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    73
    #3
    Thx for replayed. I found there should add :
    proxy_redirect off;
    proxy_set_header Host $host;
    and now it works good.
     
    Axcell, Aug 22, 2010 IP