Update config for the true-love project

keep-around/cb6e48f59cf5a9ad2d78f8f213d29e84fd09499f
octycs 2021-11-07 20:34:22 +01:00 committed by schweby
parent a5fa6fe0f9
commit d180066103
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";