Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1Panel-dev/1Panel
/ getNginxStatus
Function
getNginxStatus
frontend/src/api/modules/nginx.ts:17–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
};
16
17
export
const
getNginxStatus = () => {
18
return
http.get<Nginx.NginxStatus>(`/openresty/status`);
19
};
20
21
export
const
updateNginxConfigFile = (req: Nginx.NginxFileUpdate) => {
22
return
http.post(`/openresty/file`, req);
Callers
nothing calls this directly
Calls
1
get
Method · 0.80
Tested by
no test coverage detected