only fqdn virtualhost is required

This commit is contained in:
goeranh 2026-03-13 14:08:16 +01:00
parent 8b2ffb35d8
commit 421259270c
No known key found for this signature in database

View file

@ -146,14 +146,6 @@
forceSSL = true;
enableACME = true;
};
services.nginx.virtualHosts."pro.htw.stura-dresden.de" = {
#### https://search.nixos.org/options?show=services.nginx.virtualHosts.<name>.default
locations."/" = {
proxyPass = "http://127.0.0.1:${toString config.services.redmine.port}";
};
forceSSL = true;
enableACME = true;
};
############################
#### Probleme