fix: move api to port 10118
This commit is contained in:
parent
132226e710
commit
77e3807b82
2 changed files with 5 additions and 5 deletions
|
|
@ -170,7 +170,7 @@ in
|
|||
}) staticHosts
|
||||
)
|
||||
// {
|
||||
"api.imnya.ng".extraConfig = reverseProxyWithHeaders "127.0.0.1:1108";
|
||||
"api.imnya.ng".extraConfig = reverseProxyWithHeaders "127.0.0.1:10118";
|
||||
"docs.imnya.ng".extraConfig = reverseProxy "100.70.1.1:3939";
|
||||
"panel.imnya.ng".extraConfig = reverseProxy "127.0.0.1:32981";
|
||||
"monitorss.imnya.ng".extraConfig = reverseProxy "127.0.0.1:3132";
|
||||
|
|
|
|||
Loading…
Reference in a new issue