kinda works, but wasteful and misinforming :(

This commit is contained in:
2023-12-23 21:37:11 +01:00
parent 0b15dd50ab
commit 7264b269c0
8 changed files with 93 additions and 26 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ http {
proxy_pass_request_headers on;
}
location /Character/ {
location /api/ {
proxy_pass https://backend;
proxy_pass_request_headers on;
}