Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Do not drop headers that contain underscores.
Browse files Browse the repository at this point in the history
  • Loading branch information
calavera committed Apr 12, 2013
1 parent e715b01 commit ff51d0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/config/nginx/nginx.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ http {
proxy_headers_hash_bucket_size 128;
proxy_headers_hash_max_size 20000;

underscores_in_headers on;

server {
listen 80;
server_name localhost;
Expand Down

0 comments on commit ff51d0c

Please sign in to comment.