This commit is contained in:
Hadi 2024-06-19 23:11:37 +02:00
parent e51b20e4ab
commit 7a89711897

View File

@ -11,6 +11,6 @@
services.nginx.virtualHosts."anotherhadi.com" = { services.nginx.virtualHosts."anotherhadi.com" = {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
locations."/".root = "/var/www/"; locations."/".root = "/var/www/default";
}; };
} }