Special headers for workadventure map
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
./gitea.nix
|
||||
./ip.nix
|
||||
./meow.nix
|
||||
./public.nix
|
||||
./radicale.nix
|
||||
./znc.nix
|
||||
];
|
||||
@@ -34,17 +35,6 @@
|
||||
recommendedOptimisation = true;
|
||||
recommendedProxySettings = true;
|
||||
recommendedTlsSettings = true;
|
||||
|
||||
virtualHosts."web-2.net.clerie.de" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
return = "404";
|
||||
};
|
||||
locations."/public/" = {
|
||||
alias = "/var/www/public/";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
|
Reference in New Issue
Block a user