1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-30 18:49:23 +08:00
ContextOS/etc/portal/git/location.conf
2025-02-14 12:27:40 +08:00

10 lines
172 B
Plaintext

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