done with distributive services

- duplicated side bar still exists
This commit is contained in:
Zheyuan Wu
2025-10-25 00:49:35 -05:00
parent 3aceb5ba0b
commit f124f7a744
6 changed files with 401 additions and 46 deletions

View File

@@ -57,7 +57,7 @@ http {
}
location ~ ^/Math(.*)$ {
proxy_pass http://notenextra-math/$1;
proxy_pass http://notenextra-math/Math$1;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
@@ -65,7 +65,7 @@ http {
}
location ~ ^/CSE(.*)$ {
proxy_pass http://notenextra-cse/$1;
proxy_pass http://notenextra-cse/CSE$1;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;