1
0
forked from x/ContextOS
ContextOS/etc/portal/2022/location.conf
2025-02-15 10:58:21 +08:00

10 lines
174 B
Plaintext

location / {
include header/proxy.conf;
proxy_pass http://2022;
}
location /space/ {
include header/proxy.conf;
include header/websocket.conf;
proxy_pass http://2022;
}