Welcome!
Log In
Create A New Profile
Home
>
Mailing Lists
>
Nginx Mailing List - English
> Topic
Advanced
Re: RE: About ignore_invalid_headers directive in SSL
Previous Message
Next Message
Forum List
Message List
New Topic
Print View
sdeancos
January 23, 2013 06:29AM
Registered: 3 months ago
Posts: 3
Hi!
Sorry...
When i say "not working" meant that not working ignore_invalid_headers off directive.. not propage my customs headers.
My example:
server {
listen 443;
ssl on;
ssl_certificate my_public.crt;
ssl_certificate_key my_server.key;
server_name myservername;
ignore_invalid_headers off;
location / {
proxy_pass_header Server;
proxy_set_header Host $http_host;
proxy_redirect off;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Scheme $scheme;
proxy_pass http://192.168.1.82;
}
}
Thanks!
Reply
Quote
RSS
Subject
Author
Posted
About ignore_invalid_headers directive in SSL
sdeancos
January 22, 2013 11:55AM
RE: About ignore_invalid_headers directive in SSL
Lukas Tribus
January 22, 2013 12:28PM
Re: RE: About ignore_invalid_headers directive in SSL
sdeancos
January 23, 2013 06:29AM
RE: About ignore_invalid_headers directive in SSL
Lukas Tribus
January 23, 2013 09:30AM
Re: About ignore_invalid_headers directive in SSL
Valentin V. Bartenev
January 23, 2013 09:36AM
Re: About ignore_invalid_headers directive in SSL
sdeancos
January 23, 2013 10:12AM
Sorry, only registered users may post in this forum.
Click here to login
Online Users
Guests: 68
Record Number of Users: 5 on May 17, 2013
Record Number of Guests: 138 on May 16, 2013