add gra endpoint
This commit is contained in:
parent
87dadbdcfc
commit
0e1f86d230
1 changed files with 2 additions and 1 deletions
|
|
@ -310,10 +310,11 @@ extraConfig = ''
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"gfa.dhilton.xyz" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://127.0.0.1:8100";
|
proxyPass = "http://127.0.0.1:3000";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue