Compare commits
No commits in common. "3670a6227d56ba51c9419ab7627483da9571b2cc" and "cc7bcd360ba33b939fc2d17e81652f67d0d0b8a3" have entirely different histories.
3670a6227d
...
cc7bcd360b
@ -86,7 +86,7 @@ server {
|
|||||||
root /var/www/html;
|
root /var/www/html;
|
||||||
}
|
}
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://bernie/;
|
proxy_pass http://bernie:8000/;
|
||||||
#rewrite ^/singleteam(.*)$ $1 break;
|
#rewrite ^/singleteam(.*)$ $1 break;
|
||||||
proxy_intercept_errors on;
|
proxy_intercept_errors on;
|
||||||
proxy_set_header Host team.ligalytics.com;
|
proxy_set_header Host team.ligalytics.com;
|
||||||
@ -114,7 +114,7 @@ server {
|
|||||||
return 200 "User-agent: *\nDisallow: /\n";
|
return 200 "User-agent: *\nDisallow: /\n";
|
||||||
}
|
}
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://bernie/;
|
proxy_pass http://bernie:8000/;
|
||||||
proxy_intercept_errors on;
|
proxy_intercept_errors on;
|
||||||
proxy_set_header HOST club.ligalytics.com;
|
proxy_set_header HOST club.ligalytics.com;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
@ -141,7 +141,7 @@ server {
|
|||||||
return 200 "User-agent: *\nDisallow: /\n";
|
return 200 "User-agent: *\nDisallow: /\n";
|
||||||
}
|
}
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://bernie/;
|
proxy_pass http://bernie:8000/;
|
||||||
proxy_intercept_errors on;
|
proxy_intercept_errors on;
|
||||||
proxy_set_header HOST login.ligalytics.com;
|
proxy_set_header HOST login.ligalytics.com;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user