Skip to content

Commit

Permalink
}
Browse files Browse the repository at this point in the history
best-tech committed Dec 10, 2020
1 parent 41cfe71 commit ef0afaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nginx.conf.erb
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ http {
if ($http_authorization != "<%= ENV['AUTH_MAIN']%>") {
return 401;
}
Ъ
}
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host <%= ENV['HEADER_HOST']%>;

0 comments on commit ef0afaf

Please sign in to comment.