singleteams

This commit is contained in:
martin 2026-02-02 19:38:15 +01:00
parent cb7533a091
commit 2b5473610c

View File

@ -86,7 +86,7 @@ server {
root /var/www/html;
}
location / {
proxy_pass http://bernie:8000/;
proxy_pass http://bernie/;
#rewrite ^/singleteam(.*)$ $1 break;
proxy_intercept_errors on;
proxy_set_header Host team.ligalytics.com;
@ -114,7 +114,7 @@ server {
return 200 "User-agent: *\nDisallow: /\n";
}
location / {
proxy_pass http://bernie:8000/;
proxy_pass http://bernie/;
proxy_intercept_errors on;
proxy_set_header HOST club.ligalytics.com;
proxy_set_header X-Real-IP $remote_addr;
@ -141,7 +141,7 @@ server {
return 200 "User-agent: *\nDisallow: /\n";
}
location / {
proxy_pass http://bernie:8000/;
proxy_pass http://bernie/;
proxy_intercept_errors on;
proxy_set_header HOST login.ligalytics.com;
proxy_set_header X-Real-IP $remote_addr;