Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Обновлен конфиг nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrafrancyz committed Jul 26, 2019
1 parent b5c1b37 commit 0283ee7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ http {

location / {
proxy_set_header X-Real-IP $remote_addr;
proxy_pass https://oauth.vk.com;
proxy_set_header Proxy-Host oauth.vk.com;
proxy_pass http://vk-proxy;
proxy_redirect https://oauth.vk.com/ /;
}
}
Expand Down

0 comments on commit 0283ee7

Please sign in to comment.