mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 08:48:06 +08:00
10 lines
198 B
Plaintext
10 lines
198 B
Plaintext
location / {
|
|
include header/proxy.conf;
|
|
proxy_pass http://2025-guangzhou-1;
|
|
}
|
|
location /space/ {
|
|
include header/proxy.conf;
|
|
include header/websocket.conf;
|
|
proxy_pass http://2025-guangzhou-1;
|
|
}
|