1
0
forked from x/ContextOS
2025-02-16 22:09:34 +08:00

10 lines
192 B
Plaintext

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