1
0
forked from x/ContextOS
2025-02-16 08:24:04 +08:00

10 lines
194 B
Plaintext

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