Skip to content

Commit 7a9bbdb

Browse files
committed
Add /p location to the ts-dev-proxy
So that no-community-needing package pages are accessible through the proxy
1 parent 4c51a83 commit 7a9bbdb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/ts-dev-proxy/nginx.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ http {
6565
proxy_set_header Host new.thunderstore.temp;
6666
}
6767

68+
location /p {
69+
proxy_pass http://host.docker.internal:3000/p;
70+
proxy_set_header Host new.thunderstore.temp;
71+
}
72+
6873
location /settings {
6974
proxy_pass http://host.docker.internal:3000/settings;
7075
proxy_set_header Host new.thunderstore.temp;

0 commit comments

Comments
 (0)