1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 08:48:06 +08:00
2025-02-16 22:09:34 +08:00

10 lines
190 B
Plaintext

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