Compare commits
No commits in common. "5a5e8d31dbfbcaa26c4ea43fae19258999a176d1" and "1640f74ea96ff85936fb6f59fae13ed4a0e31857" have entirely different histories.
5a5e8d31db
...
1640f74ea9
1 changed files with 0 additions and 11 deletions
|
@ -23,15 +23,4 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
virtualHosts."s3.infra.newtype.fr" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/".proxyPass = "http://[::1]:3900/";
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
}
|
||||
|
|
Reference in a new issue