1
0
forked from x/ContextOS
ContextOS/etc/portal/2025-web/location.conf
2025-02-14 12:27:40 +08:00

10 lines
182 B
Plaintext

location / {
include header/proxy.conf;
proxy_pass http://2025-web;
}
location /space/ {
include header/proxy.conf;
include header/websocket.conf;
proxy_pass http://2025-web;
}