Add redirect from www. to bula22.de
This commit is contained in:
parent
ebc6771a5c
commit
3f3fb0fc19
@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
services.nginx.virtualHosts = {
|
services.nginx.virtualHosts = {
|
||||||
|
"www.bula22.de" = {
|
||||||
|
enableACME = true;
|
||||||
|
forceSSL = true;
|
||||||
|
locations."/" = {
|
||||||
|
return = "301 https://bula22.de$request_uri";
|
||||||
|
};
|
||||||
|
};
|
||||||
"bula22.de" = {
|
"bula22.de" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user