forked from x/ContextOS
10 lines
194 B
Plaintext
10 lines
194 B
Plaintext
location / {
|
|
include header/proxy.conf;
|
|
proxy_pass http://2024-ContextOS;
|
|
}
|
|
location /space/ {
|
|
include header/proxy.conf;
|
|
include header/websocket.conf;
|
|
proxy_pass http://2024-ContextOS;
|
|
}
|