Welcome!
Log In
Create A New Profile
Home
>
Mailing Lists
>
Nginx Mailing List - Russian
> Topic
Advanced
Re: nginx https redirect не получается
Previous Message
Next Message
Forum List
Message List
New Topic
Print View
vagner
July 17, 2011 01:31PM
Registered: 13 years ago
Posts: 23
Попробуйте так:
location / {
proxy_pass http://backend;
proxy_redirect default;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
Reply
Quote
RSS
Subject
Author
Posted
nginx https redirect не получается
Magikanin
July 17, 2011 09:42AM
Re: nginx https redirect не получается
vagner
July 17, 2011 01:18PM
Re: nginx https redirect не получается
Magikanin
July 17, 2011 04:11PM
Re: nginx https redirect не получается
vagner
July 17, 2011 01:31PM
Re: nginx https redirect не получается
Илья Шипицин
July 19, 2011 11:48PM
Sorry, only registered users may post in this forum.
Click here to login
Online Users
Guests: 121
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 500 on July 15, 2024