move foundry to cupsnet
This commit is contained in:
parent
d2074dcdd9
commit
e0e6e14586
6 changed files with 2 additions and 3 deletions
|
@ -12,6 +12,7 @@
|
|||
./boot.nix
|
||||
./cryptpad.nix
|
||||
./disks.nix
|
||||
./foundryvtt.nix
|
||||
./gitea.nix
|
||||
./ssh.nix
|
||||
];
|
||||
|
|
|
@ -16,7 +16,6 @@ in {
|
|||
imports = [../nginx.nix];
|
||||
|
||||
services.nginx = {
|
||||
clientMaxBodySize = "300M";
|
||||
virtualHosts = {
|
||||
"foundryvtt.peninsula.industries" = {
|
||||
forceSSL = true;
|
|
@ -42,7 +42,6 @@ in {
|
|||
|
||||
networking.firewall.allowedTCPPorts = [sshPort];
|
||||
services.nginx = {
|
||||
clientMaxBodySize = "512M";
|
||||
virtualHosts = {
|
||||
"${domain}" = {
|
||||
forceSSL = true;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
services.nginx = {
|
||||
enable = true;
|
||||
statusPage = true;
|
||||
clientMaxBodySize = "512M";
|
||||
recommendedTlsSettings = true;
|
||||
recommendedOptimisation = true;
|
||||
recommendedGzipSettings = true;
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
../nginx.nix
|
||||
../send-logs.nix
|
||||
./backups.nix
|
||||
./foundryvtt.nix
|
||||
./mastodon.nix
|
||||
./rss.nix
|
||||
./ssh.nix
|
||||
|
|
Loading…
Reference in a new issue