only fqdn virtualhost is required
This commit is contained in:
parent
8b2ffb35d8
commit
421259270c
1 changed files with 0 additions and 8 deletions
|
|
@ -146,14 +146,6 @@
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = 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
|
#### Probleme
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue