Compare commits
2 Commits
cc7bcd360b
...
3670a6227d
| Author | SHA1 | Date | |
|---|---|---|---|
| 3670a6227d | |||
| 2b5473610c |
@ -86,7 +86,7 @@ server {
|
|||||||
root /var/www/html;
|
root /var/www/html;
|
||||||
}
|
}
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://bernie:8000/;
|
proxy_pass http://bernie/;
|
||||||
#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:8000/;
|
proxy_pass http://bernie/;
|
||||||
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:8000/;
|
proxy_pass http://bernie/;
|
||||||
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