Guest User

Untitled

a guest
Jul 15th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nginx 0.40 KB | None | 0 0
  1. location / {
  2.         proxy_pass  http://192.168.0.174;
  3.         proxy_next_upstream error timeout invalid_header http_500 http_502 http_503 http_504;
  4.         proxy_redirect off;
  5.         proxy_buffering off;
  6.         proxy_set_header        Host            $host;
  7.         proxy_set_header        X-Real-IP       $remote_addr;
  8.         proxy_set_header        X-Forwarded-For $proxy_add_x_forwarded_for;
Advertisement
Add Comment
Please, Sign In to add comment