Compare commits

...

2 Commits

Author SHA1 Message Date
3670a6227d Merge branch 'master' of https://git.smartinspace.tech/martin/configs 2026-02-02 19:38:48 +01:00
2b5473610c singleteams 2026-02-02 19:38:15 +01:00

View File

@ -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;