We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c51a83 commit 7a9bbdbCopy full SHA for 7a9bbdb
tools/ts-dev-proxy/nginx.conf
@@ -65,6 +65,11 @@ http {
65
proxy_set_header Host new.thunderstore.temp;
66
}
67
68
+ location /p {
69
+ proxy_pass http://host.docker.internal:3000/p;
70
+ proxy_set_header Host new.thunderstore.temp;
71
+ }
72
+
73
location /settings {
74
proxy_pass http://host.docker.internal:3000/settings;
75
0 commit comments