fix tabs in netbox/default.nix
This commit is contained in:
parent
413796ae2a
commit
115deb8fc0
|
@ -201,10 +201,10 @@
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
root = "/var/www/beepboop.systems";
|
root = "/var/www/beepboop.systems";
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
port_in_redirect off;
|
port_in_redirect off;
|
||||||
absolute_redirect off;
|
absolute_redirect off;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue