This commit is contained in:
Trance-0
2025-11-12 12:17:44 -06:00
parent 8d4e078460
commit 1b75ef050f
2 changed files with 124 additions and 1 deletions

View File

@@ -91,7 +91,7 @@ http {
}
location / {
proxy_pass http://notenextra-cse;
proxy_pass http://notenextra-math;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;