nixbld: afws websocket proxy settings

force-ssl-main-website
Sebastien Bourdeauducq 2023-04-05 13:37:35 +08:00
parent c8c38f79c0
commit 0442916420
2 changed files with 6 additions and 1 deletions

View File

@ -767,6 +767,10 @@ in
''; '';
}; };
}; };
"afws.m-labs.hk" = {
locations."/".proxyPass = "http://localhost:3771";
locations."/".proxyWebsockets = true;
};
"git.m-labs.hk" = { "git.m-labs.hk" = {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;

View File

@ -1,7 +1,7 @@
$TTL 7200 $TTL 7200
@ SOA NS.XN--WBTZ5WPQAJ35CFXC.XN--J6W193G. sb.m-labs.hk. ( @ SOA NS.XN--WBTZ5WPQAJ35CFXC.XN--J6W193G. sb.m-labs.hk. (
2023012904 2023040501
7200 7200
3600 3600
86400 86400
@ -29,6 +29,7 @@ www CNAME @
nixbld CNAME @ nixbld CNAME @
msys2 CNAME @ msys2 CNAME @
conda CNAME @ conda CNAME @
afws CNAME @
git CNAME @ git CNAME @
chat CNAME @ chat CNAME @
hooks CNAME @ hooks CNAME @