Update config for the true-love project

keep-around/401d7f20999056568a9579dd00cbba618bd96d74
octycs 2021-11-07 20:34:22 +01:00
parent c92d1e3d4f
commit 401d7f2099
1 changed files with 6 additions and 1 deletions

View File

@ -37,6 +37,11 @@ in
locations."/" = {
proxyPass = "http://192.168.150.3";
proxyWebsockets = true;
extraConfig = ''
allow 23.88.116.81;
allow 2a01:4f8:c17:86ba::1;
deny all;
'';
};
enableACME = true;
forceSSL = true;
@ -66,7 +71,7 @@ in
nginx = {
default = true;
domain = "https://void.hacc.space";
domain = "https://true-love.world.hacc.space";
};
frontend.startRoomUrl = "/_/global/localhost/maps/main.json";