1
0
Fork 0

Update greatyamada config

This commit is contained in:
Avery 2025-06-21 15:42:06 +02:00
parent 5c4921895e
commit 97bf3bb177
Signed by: Avery
GPG key ID: B684FD451B692E04
22 changed files with 556 additions and 212 deletions

View file

@ -1,10 +1,16 @@
{ ... }: {
networking.firewall.allowedTCPPorts = [ 443 ];
services.nginx = {
enable = true;
recommendedGzipSettings = true;
recommendedProxySettings = true;
recommendedOptimisation = true;
recommendedTlsSettings = true;
virtualHosts = {
"rcia.dev" = {
forceSSL = true;
enableACME = true;
# enableACME = true;
useACMEHost = "rcia.dev";
serverAliases = [ "*.rcia.dev" ];
# locations."/" = { root = /var/www/public; };
};